hello there
I have the following radgrid and a button
=========================================================
ID Number
-- ---------
1 100.00
2 999.00
3 666.000
--Click Me--
=========================================================
I am trying to do when the user clicks on --Click Me--
--> it actually loops thru all the radgrid and check the column (Numbers)
--> if the number is > 500.00 then the font is red else blue
I have the following radgrid and a button
=========================================================
ID Number
-- ---------
1 100.00
2 999.00
3 666.000
--Click Me--
=========================================================
I am trying to do when the user clicks on --Click Me--
--> it actually loops thru all the radgrid and check the column (Numbers)
--> if the number is > 500.00 then the font is red else blue