0

I am trying to restrict the number of rows selected in kogrid to 25 as page size is more than 25 records. I tried implementing beforechange, but it didn't work for me.

Can anyone please help me on this?

J. Steen
  • 15,470
  • 15
  • 56
  • 63

1 Answers1

0

In general limiting a user while he selects rows is not a good idea. Try to warn user or block subsequent operations (like "Too many rows selected. Select not more than 25."). Write the warning in a kind of "status line". And don't try to block selection.

barbalion
  • 165
  • 7