Set the min And Max Value of Numeric up down control in GCC

hi.. There are 2 numeric up down cell type in my GGC..Can someone tell me which event in GGC should i use if i wanna for eg: if 1stCell Min value if 1, i wanna set the 2nd cell maxvalue to 1? and how do i set it?thankz

2 Replies

AC Angela Chua January 6, 2005 07:28 AM UTC

Oh.. I need to set this at run time.. By the way.. How do i get the click event of the up down arrows in the numericupdown cell? thankz you


AD Administrator Syncfusion Team January 6, 2005 09:41 AM UTC

You can use QueryCellStyleInfo to handle this and TableControlCellButtonClick to catch the click. Here is a sample where the value in Col0 determines the max setting in Col1. http://www.syncfusion.com/forums/Uploads/GGC_NumericUpDown.zip

Loader.
Up arrow icon