Hi Pranav,
Thanks for your support.
Query : I am trying to add a dropdown list to the grid column but it says no records found. I want to read the value and show the text. What am I missing here?
DataManager can be bound to remote data source by assigning service end point URL to the url property. Then only all DataManager operations will address the provided service end point. So, without using url property we cannot get the data from your service in EJ2 DataManager.
So, we have send a request based on the URL property of the DataManager for getting a data from your server(you must be define the dataAdpators based on your application). Refer the below documentation which illustrates available adaptors in EJ2 DataManager.
(or)
If you using local data in your application, then you can directly use this data in the DataManager(without url). Refer the below documentation.
(or)
If you want to get a data from your service without DataManager, we have suggested to use custom data-binding feature in Grid. Please refer the below documentation and sample for more information.
If you get all the data from externally service only once and bind this data to Grid (don’t send request in next time). We have suggest to use ‘ajax binding’ feature. Please find the documentation for your reference
Please get back to us if you need further assistance on this.
Regards,
Rajapandiyan S