Skip to main content
1-Visitor
April 5, 2018
Question

How bind the data to a grid from file where the datashape for the file is created at run time.

  • April 5, 2018
  • 1 reply
  • 3257 views

Hi,

I want to bind the data to grid which is taken from the csv file. The datashape for the file is created at the runtime. The datashape is created successfully but while uploding the file after creating the datasape the data from the file is not appearing in the grid. PFA for details.

1 reply

22-Sapphire I
April 5, 2018

Are you parsing the data using the CSV parser or Parsely or are you trying the ToInfoTable service?

I don't have much experience with the ToInfoTable service, the parsers work very well.

1-Visitor
April 6, 2018

Hi @PaiChung,

I'm using Parse CSV service. The service is working fine. But it is not displaying in the grid. 

1-Visitor
April 6, 2018

Hi,

Now I'm able to display the data in the grid. I've made ShowAllColumns in the grid as true.

 

 

Thanks

Sameera