Author Topic: Row Selection is being lost  (Read 2140 times)

madmurph

  • Newbie
  • *
  • Posts: 2
    • View Profile
Row Selection is being lost
« on: November 15, 2016, 02:45:52 am »
I have a grid that automatically displays when an item from a check box is selected. If items from the checkbox are selected then ALL of them are deselected the grid only shows the headers and a caption that reads "no rows to display". This is fine, and when I again select an item from the checkbox it displays properly in the grid, however the grid seems to have lost its ability for row select. I have tried to refresh the grid and destroy the grid but it appears that unless the whole page is refreshed, row select has been lost. Its almost like the grid settings are being lost when there are no rows to display. Any suggestions helps:)

Cheers.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Row Selection is being lost
« Reply #1 on: November 16, 2016, 09:41:06 am »
Please share a jsfiddle example of your issue

madmurph

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Row Selection is being lost
« Reply #2 on: November 18, 2016, 08:05:10 pm »
I fixed the issues by updating to the newest version of the grid (2.1.0).