posted 11 years ago
Hi I am creating Editable Grid using GXT 2.2.3. I created columns like below:
Now I want to make the checkinDate,CheckIntime,CheckOutDate and CheckOutTime column cells as Noneditable or disabled based on value of eventCombo box value.
How to make this in the Listener of eventCombo box.Please suggest.
I am new to GXT.