I need to put a loader in my data grid because the data which is loading is a lot and it needs a loader that the user understands it has data. I couldn't find a way to put a loader. If you help me I would appreciate it.
<div class="col-md-12">
<fieldset class="form-group col-md-12 col-xs-12 pull-right">
<div kendo-grid="PriceReviewDetailGrid"
id="PriceReviewDetailGrid"
k-data-source="vm.PriceReviewDetailGridDataSource"
k-scrollable="false"
k-filterable="{mode:'row'}"
style="overflow-x: auto; overflow-y: scroll; height: 300px"
k-auto-bind="false"
k-columns="vm.PriceReviewDetailGridColumns"
pageable="false"
</div>
</fieldset>
</div>