I am building a hierarchy grid... with Some internal Data structure... having multiple data key fields...
the hierachy works perfectly .. but a place holder for each data key are created.. and if they are not added to the column then,
the class.tostring() is called and displayed...
How do make sure the properties/datakeys doesnt get displayed...
The attached PNG will show what i am talking about...
here are the aspx file and cs file needed to understand what i am saying...
DataAccess.cs file..
https://docs.google.com/file/d/0B8irPIpOgH_mNEZjcmhIQkNPQk0/edit?usp=sharing
TestGrid_new.aspx.cs file (this dynamically adds the datasource to the grid... this creates the hierarchy dynamically)
https://docs.google.com/file/d/0B8irPIpOgH_maVQ4T1hvNXU5UE0/edit?usp=sharing
TestGrid_New.aspx (all this has the definition of the Radgrid)
https://docs.google.com/file/d/0B8irPIpOgH_meV9Mc3lyUEprdXc/edit?usp=sharing
the hierachy works perfectly .. but a place holder for each data key are created.. and if they are not added to the column then,
the class.tostring() is called and displayed...
How do make sure the properties/datakeys doesnt get displayed...
The attached PNG will show what i am talking about...
here are the aspx file and cs file needed to understand what i am saying...
DataAccess.cs file..
https://docs.google.com/file/d/0B8irPIpOgH_mNEZjcmhIQkNPQk0/edit?usp=sharing
TestGrid_new.aspx.cs file (this dynamically adds the datasource to the grid... this creates the hierarchy dynamically)
https://docs.google.com/file/d/0B8irPIpOgH_maVQ4T1hvNXU5UE0/edit?usp=sharing
TestGrid_New.aspx (all this has the definition of the Radgrid)
https://docs.google.com/file/d/0B8irPIpOgH_meV9Mc3lyUEprdXc/edit?usp=sharing