Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to pass value in Devexpress Gridview Rows cell particulary please help me..

Following this code problem...

C#
AspxGridview1.Rows[j].Cells[0].Text == dsalary.Tables[0].Rows[j]["EMPLOYEE_EDESC"].ToString());



But Simple gridview is work well this type of code

C#
Gridview1.Rows[j].Cells[0].Text == dsalary.Tables[0].Rows[j]["EMPLOYEE_EDESC"].ToString());
Posted
Updated 15-Aug-12 0:30am
v2
Comments
ZurdoDev 15-Aug-12 8:23am    
I don't fully understand what you are asking but have you checked documentation from devexpress?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900