This is a migrated thread and some comments may be shown as answers.

In Grid td is data is not showing in mozila.

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
yasir
Top achievements
Rank 1
yasir asked on 10 Oct 2015, 07:18 AM

I am using ragrid.The td value should come.

It is working fine in chrome.But  in mozila and IE data is not comming.

 

Please check the code

In mozila:

<td class="rgExpandCol">
<input id="ctl00_ContentMainBody_RadGrid_Publication_ctl00_ctl04_GECBtnExpandColumn" class="rgExpand" type="button" title="Expand" onclick="javascript:__doPostBack('ctl00$ContentMainBody$RadGrid_Publication$ctl00$ctl04$GECBtnExpandColumn','')" value=" " name="ctl00$ContentMainBody$RadGrid_Publication$ctl00$ctl04$GECBtnExpandColumn">
</td>
<td> </td>

 

In chrome

<td class="rgExpandCol"><input type="button" name="ctl00$ContentMainBody$RadGrid_Publication$ctl00$ctl04$GECBtnExpandColumn" value=" " onclick="javascript:__doPostBack('ctl00$ContentMainBody$RadGrid_Publication$ctl00$ctl04$GECBtnExpandColumn','')" id="ctl00_ContentMainBody_RadGrid_Publication_ctl00_ctl04_GECBtnExpandColumn" title="Expand" class="rgExpand"></td>
<td>Abu Dhabi Statistics</td>

 

Please help

 ​

 

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 15 Oct 2015, 05:33 AM
Hi Yasir,

Could you verify that you are not using DataBind() to bind the grid?. Performing complex grid operations such as Inserting, Deleting, Updating, Hierarchy relations, Grouping, Exporting, Paging, Sorting, Filtering, etc. require accommodating appropriate database operations.  Therefore, we suggest you to avoid Simple Databinding and strongly recommend the use of more advanced databinding methods, which automatically handle the aforementioned functions:
Declarative DataSource
Programmatic Data Binding


Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
yasir
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or