Hi,
Do you have any example or advice how we could achieve the 2 scenarios:
1) We put custom filters in the command bar of the grid - one dropdown with categories, one text box with product name search - custom filters, not column filters
We want to make them prepopulated with initial state and grid already filtered when we land on the page - e.g. url is ?categoryId=5&product=MY PRODUCT
And when the grid opens, already in dropdown with Categories a category with id 5 is preselected, and in the textbox already text for filtering MY PRODUCT is entered, and both values are already used as initial query values with the data shown in the grid
2) Also an external link behavior...we have an inline editable grid which has an ID column
And we call the page with something like ?Id=23&mode=edit
Result is that the row with ID = 23 is already in edit model (cells changed to inputs and state of row to edit) for that row with ID 23
We did it in the past with JQuery and ASP.NET with your grids, but would now like to do these 2 scenarios with your KendoReact Grid.
Can these 2 scenarios be done?
Thnx!
Sanja