raj_plays
20 Oct 2010, 11:16 PM
Hi,
My grid is configured with a CheckboxSelectionModel.
Can I set the dataIndex of the CheckboxSelectionModel to a boolean column in my Record and expect the records to be checked or unchecked accordingly?
Or need I must write a on load function on my store and call grid.getSelectionModel().selectRecords?
My grid is configured with a CheckboxSelectionModel.
Can I set the dataIndex of the CheckboxSelectionModel to a boolean column in my Record and expect the records to be checked or unchecked accordingly?
Or need I must write a on load function on my store and call grid.getSelectionModel().selectRecords?