The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
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
ADAdministrator 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