Issue related to C1.Win.FlexGrid (Please answer only if u have worked on C1.FlexGrid)
-
Hi All, I am using a Component One Flex Grid. I have data populated in it, with one fixed row in the begining. That grid basically shows the present godown stock of the plant (dgMatStockDn). My Requirement: When I right click on the first fixed column of the grid, it should give me a menu having menus "Insert", "Delete", "Copy", "Paste". Suppose if my any of the previous stocks are same. I would like to copy the whole line again. I will right click on the grid. Click "Insert". A new row will be inserted. I will right click on that particular row. Select "Copy". Then I will right click on the new row, select "Paste" and the same row should get copied here also. Tell me the logic and also on which event of the datagrid should I right this. I hope the requirement is clear.
Thanks and Regards,
-
Hi All, I am using a Component One Flex Grid. I have data populated in it, with one fixed row in the begining. That grid basically shows the present godown stock of the plant (dgMatStockDn). My Requirement: When I right click on the first fixed column of the grid, it should give me a menu having menus "Insert", "Delete", "Copy", "Paste". Suppose if my any of the previous stocks are same. I would like to copy the whole line again. I will right click on the grid. Click "Insert". A new row will be inserted. I will right click on that particular row. Select "Copy". Then I will right click on the new row, select "Paste" and the same row should get copied here also. Tell me the logic and also on which event of the datagrid should I right this. I hope the requirement is clear.
Thanks and Regards,
Dot Net Jantu wrote:
Issue related to C1.Win.FlexGrid (Please answer only if u have worked on C1.FlexGrid)
This is not the place to ask about third party components. The vendor has their own forums for this sort of thing. You can find them at http://forums.componentone.com/CS/forums/[^]
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog
-
Dot Net Jantu wrote:
Issue related to C1.Win.FlexGrid (Please answer only if u have worked on C1.FlexGrid)
This is not the place to ask about third party components. The vendor has their own forums for this sort of thing. You can find them at http://forums.componentone.com/CS/forums/[^]
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog
Thank you very much.
Thanks and Regards,