This question is locked. New answers and comments are not allowed.
Hi,
I am working on an application which uses telerik mvc grids extensively. In each of the grid I have a column 'IsActive' which contains a boolean value. I want all the rows with IsActive = false should be highlighted with some color.
I could write a javascript which can execute on rowDataBound() event of the grid. But for the purpose I need to dig into the application, locate each & every grid & add that client event to the grid markup.
I don't want to do that as there are more than 200 grids in application & also its a bit time consuming & error prone.
Is there any ways where in I would write a code at single place & it will apply to all of the grids across my application ?
Thanks for you help.
I am working on an application which uses telerik mvc grids extensively. In each of the grid I have a column 'IsActive' which contains a boolean value. I want all the rows with IsActive = false should be highlighted with some color.
I could write a javascript which can execute on rowDataBound() event of the grid. But for the purpose I need to dig into the application, locate each & every grid & add that client event to the grid markup.
I don't want to do that as there are more than 200 grids in application & also its a bit time consuming & error prone.
Is there any ways where in I would write a code at single place & it will apply to all of the grids across my application ?
Thanks for you help.