Welcome Guest Search | Active Topics | Sign In | Register

Grid with AllowNewItem and CheckBoxColumn make callback error Options
AndreaZ
Posted: Saturday, September 26, 2009 7:32:20 AM
Rank: Advanced Member
Groups: Member

Joined: 10/20/2008
Posts: 75
Hello,
I've a grid with AllowNewItem="True" and with 2 columns in a callbackpannel that is triggered by a button.

Code: Visual Basic.NET
<eo:CallbackPanel ID="Callback_destinatari" runat="server" 
                                    Triggers="{ControlID:btn_inviamail;Parameter:}" Width="220px" LoadingHTML="Invio in corso">
                                    <eo:Grid ID="Grid1" runat="server" 
    AllowNewItem="True" BorderColor="#7F9DB9" 
                                    BorderWidth="0px" ColumnHeaderAscImage="00050104" 
                                    ColumnHeaderDescImage="00050105" ColumnHeaderDividerImage="00050103" 
                                    FixedColumnCount="1" Font-Bold="False" 
    Font-Italic="False" Font-Names="Tahoma" 
                                    Font-Overline="False" Font-Size="8.75pt" Font-Strikeout="False" 
                                    Font-Underline="False" 
    GoToBoxVisible="True" GridLineColor="220, 223, 228" 
                                    GridLines="Both" Width="220px" Height="200px" 
                                    FullRowMode="False">
<Columns>
                                            <eo:CheckBoxColumn AllowResize="False" DataField="sel" Width="30">
                                            </eo:CheckBoxColumn>
                                            <eo:TextBoxColumn AllowResize="False" DataField="email" 
                                            HeaderText="E-Mail Destinatari" Width="-1">
                                            </eo:TextBoxColumn>
                                        </Columns>
</eo:Grid>
                                    <br />
                                    <asp:Button ID="btn_inviamail" runat="server" Text="Invia" Width="100px" />
                                </eo:CallbackPanel>


When I click the button I've a callback error if i check the CheckBoxColumn on last row of grid.
How can I add dinamically a new gridrow if I click on CheckBox of last empty row?
The new row is inserted only if a click on TextBoxColumn!

I think that if i do this the problem is resolved.

thanks
eo_support
Posted: Monday, September 28, 2009 8:44:49 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have confirmed this is a bug. We will fix it and provide an update build to you as soon as possible.

Thanks!
eo_support
Posted: Friday, October 2, 2009 2:12:56 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have posted a new build that fixed this problem. Please see your private message for download location.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.