Srini Posted June 19, 2007 Report Share Posted June 19, 2007 Hi, How can i remove the link for dataeditorobj column Headers in ChartFX. By Default, links are coming. Its very urgent to fix for our client. kindly help me soon as i need to fix it very urgently. Looking for your kind response. For your reference, please find the attachment. Thanks Srini. Quote Link to comment Share on other sites More sharing options...
Frank Posted June 19, 2007 Report Share Posted June 19, 2007 To remove the Data Grid header do: Chart1.DataGrid.ShowHeader = false; Quote Link to comment Share on other sites More sharing options...
Srini Posted June 22, 2007 Author Report Share Posted June 22, 2007 Hi, Thanks for your help. Here my problem is, just i am getting the Hand cursor when i move the mouse pointer to grid header columns( like link). i dont want this link. Just i want Normal mouse pointer when i move my mouse to column header. Please help me asap, as client is waiting for this, i need to fix this urgently. Looking forward for your kind response. Thanks Srini. Quote Link to comment Share on other sites More sharing options...
Frank Posted June 22, 2007 Report Share Posted June 22, 2007 You can not remove only the link. The link is there because you are capturing the Click event. You can chose to do nothing when you click in the datagrid headers but you can not selectively disable some clicks and leave others. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.