Hello there,
when I set f.e. a textedit (control doesnt matter) in the footer and let it show, the text in the control cant be selected by double click.
The control is something like this:
<FooterTemplate> <div> <stgwc:TextEdit ID="txtNoteNew" runat="server" Width="130px" ToolTip="Note field" TextMode="MultiLine" MaxLength="500" > </stgwc:TextEdit> </div> </FooterTemplate> </ig:TemplateDataField>
In the code behind, all I do is this: private void HandleShowRolesFooter(bool showFooter) { dgrRoles.ShowFooter = showFooter;
Is there a possibility to make this work?
Thanks for your response
Hello ARGUSnet_00 ,
Thank you for posting in our forum.
I’ve managed to reproduce the issue and I have logged a development issue with number: 145974.
I’ve also opened a private case for you with number: CAS-119234-S7J8M1. You can view the status of the development issue connected to this case by selecting the "Development Issues" tab when viewing this case on the web site.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
Hallo Maya,
thanks for your response.