Hi there,
I have a problem with programmatically creating a radgrid. I am trying to make a usercontrol that:
contains one Radgrid with one DetailGrid
is created programmatically
Fills the datasources with a linq statement
is able to page through the data
Everything works fine, untill i start paging through the data. After this i cant see the detailgrid anymore (allthough the DetailTableBind is called and records are set in the datasource). Also, sometimes i have to click the ">" button on the leftmost column twice to see the detail grid.
I don't know what i'm doing wrong, but i was wondering if you guys have a sample application that does all this in one package?
thx. Willem
I have a problem with programmatically creating a radgrid. I am trying to make a usercontrol that:
contains one Radgrid with one DetailGrid
is created programmatically
Fills the datasources with a linq statement
is able to page through the data
Everything works fine, untill i start paging through the data. After this i cant see the detailgrid anymore (allthough the DetailTableBind is called and records are set in the datasource). Also, sometimes i have to click the ">" button on the leftmost column twice to see the detail grid.
I don't know what i'm doing wrong, but i was wondering if you guys have a sample application that does all this in one package?
thx. Willem