how can i clear the selection when i click outside any row??
you can attach onclick event to the document body and call
grid.clearSelection()
from it
how can i clear the selection when i click outside any row??
you can attach onclick event to the document body and call
grid.clearSelection()
from it