So I have a Kendo grid, that has two DropDownLists (DDL) in the toolbar.
The issue I am having is, the grid is dependent on the two DDLs, one which is loaded via an ajax call. However the grid does its ajax call before the DDL is populated, which leads to a failed call.
How can I force the grid to wait for the DDL to be populated.
Note: I CAN NOT give it a default value.
Thanks