Hi,
We are new to telerik controls.
We are using visual studio 2012, .net framwork 4.5 C# for our asp.net web applications. Currently we are using infragistics. Management decided to try another suite. So, Recently, downloaded Telerik controls to test. We use grid extensively in all our applications.
This is what I need:
- Add RadGrid at designtime and bind to grid. We know exactly what fields from database. An object is used to bind to grid.
- Populate at runtime. (I need to know which events fire and when and order of events). Right now we are doing this in page_load event and not post back.
- When data is added like (datbind happens), I need to change the URL of hyperlinks (that are added at design time using template columns) of that row based on values in that row’s other fields. Infragistics has ‘RowInitialize’ event. So, we do lot of work in that event.
- We hide some columns and hide and show some other columns based on certain criteria.
I appreciate your response
Katta