User Profile & Activity

Siva Prasath Babu Mugunthu Balasubramanian Member
Page
of 2
Posted: September 10, 2009 7:16 AM

Hi,

When i changed the doctype to HTML from XHTML, the status bar is correctly positioned. But the webcombo button disappears on the click. you can see that at http://admin.usencode.com/TestPage.aspx. 

Please tell me how to solve this issue.


Posted: September 10, 2009 7:07 AM

 

Posted: September 10, 2009 3:12 AM

First i had installed intersoft 2008 and i have been working. when intersoft 2009 was installed i have uninstalled the 2008 version and made a fresh installation of 2009. Does this issues related to version problem?

suppose if i update the control using update manager, do i need to make any upgrade to my existing code?

Posted: August 31, 2009 12:27 AM

It is happening to all of the grid.The grid is placed under update panel. I am binding the data on the page load and the grid moves 10 pixel down on the first page load.  When i click a button on the page, the status bar gets sticked to the grid correctly.

Posted: August 26, 2009 12:39 AM

I have tested my code in a new dotnet application, it works fine without any javascript errors. When i tested the same in DNN 5.1.1 removing other controls, the javascript error occurs. i have attached my DNN module

Posted: August 25, 2009 11:17 PM

Below is the control definition i used


<ISWebGrid:WebGrid ID="igvECDFile" runat="server" Height="300px" UseDefaultStyle="True"

                            Width="490px" DefaultStyleMode="Elegant">

                            <LayoutSettings AlternatingColors="True" GridLineStyle="Solid" Hierarchical="false"

                                AutoFilterSuggestion="false" GridLineColor="236, 233, 216" CellPaddingDefault="0"

                                DisplayDetailsOnUnhandledError="false" ApplyFiltersKey="Enter" RowHeightDefault="10px"

                                AllowColumnMove="No" AllowExport="No" AllowColumnSizing="No" RowHeaders="No"

                                AllowGrouping="Yes" AllowSorting="No" AutoFitColumns="True" PagingMode="VirtualLoad"

                                AlwaysShowHelpButton="False">

                                <ClientSideEvents OnCellClick="igvECDFile_DoCellClick" />

                            </LayoutSettings>

                            <RootTable Caption="ECD File Details" DataKeyField="ID">

                                <Columns>

                                    <ISWebGrid:WebGridColumn Caption="File Name" HiddenDataMember="ID" DataMember="FileName"

                                        Name="FileName" Width="50px">

                                        <HeaderStyle HorizontalAlign="Center" />

                                    </ISWebGrid:WebGridColumn>

                                    <ISWebGrid:WebGridColumn Caption="Version" DataMember="Version" Name="Version" Width="80px">

                                        <HeaderStyle HorizontalAlign="Center" />

                                    </ISWebGrid:WebGridColumn>

                                    <ISWebGrid:WebGridColumn Caption="File Size" DataMember="FileSize" Name="FileSize"

                                        Width="80px">

                                        <HeaderStyle HorizontalAlign="Center" />

                                    </ISWebGrid:WebGridColumn>

                                    <ISWebGrid:WebGridColumn Caption="Delete" ColumnType="Image" EditType="NoEdit" ButtonAutoPostback="true"

                                        CellImage="/images/delete.gif" ButtonImage="/images/delete.gif" Name="Delete"

                                        Width="30px">

                                        <HeaderStyle HorizontalAlign="Center" />

                                    </ISWebGrid:WebGridColumn>

                                </Columns>

                            </RootTable>

                        </ISWebGrid:WebGrid>


and in the server page on page load i am binding a dataset which will contain only one table. i am getting 'SubTableIds.length'  error in the browser on the page load. i hope this information is enough for you tell a solution.

Posted: August 25, 2009 7:30 AM

How can i be notified about the service pack 1 release or any updates?

Posted: August 21, 2009 7:44 AM

I am using web combo version 4.0.7200.213

Posted: August 21, 2009 7:11 AM

I am using DNN 5.1, ajax 1.1. The ajax tab is placed inside the update panel. when i have  a button and on clicking on it makes ajax post back. At that time i am getting this issue.

All times are GMT -5. The time now is 3:39 AM.
Previous Next