I am creating multiple radgrids from a single dataset, programatically. Each table in the dataset is displayed as a separate radgrid. I am trying to specify the width/font of the columns (same values for all the grids). How do I set preRender handler for each grid programatically?
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 01 Oct 2014, 03:06 PM
Hi Preeti,
In order to attach handler for a grid event in the code-behind you can use the OnInit event of the page. The code will look similar to the following:
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.