Hello everyone,
I am new to RadGrid Control and want to achieve following functionality.
I have one grid which i wanted to bind with various data sources so I dont have fixed columns structure but it will be decided when I bind grid with data sources.
So I want to implement Dynamic columns in Grid when bound to data source.
I have tried to add columns in "Page_Load Events" and grid bind into "rgDemo_OnNeedDataSource" event but its not working when I change page index.
So I want proper way of doing same.
How can i do same?
Thanks in advance
Dharmesh Solanki
I am new to RadGrid Control and want to achieve following functionality.
I have one grid which i wanted to bind with various data sources so I dont have fixed columns structure but it will be decided when I bind grid with data sources.
So I want to implement Dynamic columns in Grid when bound to data source.
I have tried to add columns in "Page_Load Events" and grid bind into "rgDemo_OnNeedDataSource" event but its not working when I change page index.
So I want proper way of doing same.
How can i do same?
Thanks in advance
Dharmesh Solanki