This question is locked. New answers and comments are not allowed.
Hi,
In my scenario, data displays in grid on the basis of values selected in couple of dropdowns and then I need to export the data in excel.
I used "Custom Toolbar Template" to get the data in grid. But I am not able to incorporate both(dropdown and export to excel) in grid at a time.
Can you please suggest a way out for this?
Thanks !!
In my scenario, data displays in grid on the basis of values selected in couple of dropdowns and then I need to export the data in excel.
I used "Custom Toolbar Template" to get the data in grid. But I am not able to incorporate both(dropdown and export to excel) in grid at a time.
.ToolBar(commands => {commands .Custom() .Text("Export to CSV") .Action("Action", "Controller")); commands.Template(() => <text></text>);})Can you please suggest a way out for this?
Thanks !!