How can I change the graphic that is used to display the RowEditTemplate? The only UI element that I can see is RowEditTemplateControlUIElement. But I haven't had any luck with changing it with my DrawFilter.
Thanks.
Hello ,
As far as I understand your goal, you would like to change the shape of the RowEditTemplate and that is why you need to change its graphic object. If so I have created a small sample where I am changing the shape of the RowEditTemplate. I am using a DrawFilter and I have created custom GraphicsPath, which is used to shape the RowEditTemplate based on your needs.
Please feel free to let us know if you need any other assistance.