I want to place the webcombo in EditRowTemplate. Now i am able to place the webcombo in the EditRowTemplate. But after selecting the values from the webcombo in the EditRowTemplate, the EditRowTemplate get's closed.The EditRowTemplate should close only when clicks the "Ok" or "Cancel" button in EditRowTemplate. I don't want to go for the ASP.Net Dropdown list in the EditRowTemplate.please help me on this regard. Please help me on this regard.
Hi reinhart,
Have you fixed the problem?
I have a similar problem with webdatechooser and rowedittamplate.
Please let me know if you have fixed it
thanks
reinhart said: I have a similar problem with the row edit template closing outside of the normal 'Ok' 'Cancel' buttons. We are using the WebDateChooser which works fine until the user tries selecting either the Month or Year selectors. If the Month dropdown list is selected the Edit Template will close. The same applies to selecting another year. I've tried trapping the BeforeRowTemplateCloseHandler event (as you've suggested) but it fails to fire. The WebDateChooser AutoCloseUp property doesn't seem to effect this undesirable behaviour. This happens in either IE or Firefox browsers.
If the BeforeRowTemplateCloseHandler is not being raised, then either there's a bug or something in the application isn't set up correctly. I also suggest for you to submit a support request, as I suggested to the original poster. Please include a sample project that duplicates the issue you've described; this way, we can be sure we're looking at the same code you're using, and we'll be better able to resolve the issue more promptly.
I'm not sure why this exception is occurring. It's possible that you can't use the declarative syntax to refer to the WebCombo directly in the ASPX page as I'd mentioned in my previous post.
I suggest that you submit a support request for further assistance on this issue, as it will take more in-depth, personalized attention than we can provide over the forums.
I have a similar problem with the row edit template closing outside of the normal 'Ok' 'Cancel' buttons. We are using the WebDateChooser which works fine until the user tries selecting either the Month or Year selectors. If the Month dropdown list is selected the Edit Template will close. The same applies to selecting another year. I've tried trapping the BeforeRowTemplateCloseHandler event (as you've suggested) but it fails to fire. The WebDateChooser AutoCloseUp property doesn't seem to effect this undesirable behaviour. This happens in either IE or Firefox browsers.
Any suggestions would be appreciated.
Cheers,
Hi,
The name 'WebCombo1' does not exist in the current context". I have declared the webcombo inside the <RowEditTemplate>. please suggest me to solve this issue.
<p align="right">
<igcmbo:webcombo id="WebCombo1'" runat="server" Version="4.00" DataValueField="COPS Item Number" DataTextField="COPS Item Number" EnableXmlHTTP="True" OnInitializeDataSource="wcCOPS_InitializeDataSource" >
<DropDownLayout BorderCollapse="Separate" RowHeightDefault="20px" RowsRange="20" Version="4.00" >
<RowStyle BorderWidth="1px" BorderColor="Gray" BorderStyle="Solid" BackColor="White">
<BorderDetails WidthLeft="0px" WidthTop="0px"></BorderDetails>
</RowStyle>
<SelectedRowStyle ForeColor="White" BackColor="DarkBlue"></SelectedRowStyle>
<HeaderStyle BorderStyle="Solid" BackColor="LightGray">
<BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails>
</HeaderStyle>
<FrameStyle Width="325px" Cursor="Default" BorderWidth="2px" Font-Size="10pt" Font-Names="Verdana" BorderStyle="Ridge" BackColor="Silver" Height="130px"></FrameStyle>
</igcmbo:webcombo>
</p>
<br />
<p align="center">
<input id="igtbl_reOkBtn" onclick="igtbl_gRowEditButtonClick(event);" style="width: 50px"
type="button" value="OK" />
<input id="igtbl_reCancelBtn" onclick="igtbl_gRowEditButtonClick(event);" style="width: 50px"
type="button" value="Cancel" /></p>