Hello Community,
I was wondering if there is a way to get a grid from another window to display in another window by the way i'm using fluidkit slide transition.
Please Help...
Hello Community,
I was wondering if there is a way to get a grid from another window to display in another window by the way i'm using fluidkit slide transition.
Please Help...
Hi,
You may try creating an object of the first window in the second window and then try accessing the grid in first window from second window by using
var myGrid = objectOfFirstWindow.FindName("gridNameOrIDInFirstWindow") as Grid;
Hope that helps :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.