This is a migrated thread and some comments may be shown as answers.

Problem with AllowAutomaticUpdates property in RadGrid

1 Answer 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anita
Top achievements
Rank 1
Anita asked on 18 Jul 2011, 10:39 AM
Hi,


I am using Radgrid control for my custom Grid control. I am simply wrapping all the properties to RadGrid control internally.
So i wrapped 'AllowAutomaticUpadates' property also.

When i am using my custom grid and set the 'AllowAutomaticUpadates' property from Property window as 'True', The below Bold and Italian font code adding to design code:

 

 

<CSP:CSPGrid ID="ClientiGrid" runat="server" AutoGenerateColumns="False" AutoGenerateHierarchy="True"

 

 

 

GridLines="None" Skin="Web20" AllowAutomaticUpdates="True">

 

 

 

<ClientSettings ColumnsReorderMethod="Swap">

 

 

 

<DataBinding FilterParameterType="List" ResponseType="Json">

 

 

 

<DataService DataServiceType="AdoNet" />

 

 

 

</DataBinding>

 

 

 

</ClientSettings>

 

 

 

<MasterTableView AllowAutomaticUpdates="True" DataKeyNames="ClienteStudioId"

 

 

 

TableLayout="Fixed">

 

 

 

<columns>

 

 

 

<CSP:CSPGridBoundColumn DataField="ClienteStudioId"

 

 

 

HeaderText="ClienteStudioId" Resizable="false" UniqueName="ClienteStudioId"

 

 

 

Visible="false">

 

 

 

</CSP:CSPGridBoundColumn>

 

 

 

<CSP:CSPGridBoundColumn DataField="RagioneSociale" HeaderText="RagioneSociale"

 

 

 

Resizable="false" UniqueName="RagioneSociale" Visible="true">

 

 

 

</CSP:CSPGridBoundColumn>

 

 

 

<CSP:CSPGridBoundColumn DataField="CodFiscale" HeaderText="CodFiscale"

 

 

 

Resizable="false" UniqueName="CodFiscale" Visible="true">

 

 

 

</CSP:CSPGridBoundColumn>

 

 

 

<CSP:CSPGridBoundColumn DataField="PIva" HeaderText="PIva" Resizable="false"

 

 

 

UniqueName="PIva" Visible="true">

 

 

 

</CSP:CSPGridBoundColumn>

 

 

 

<CSP:CSPGridBoundColumn DataField="Fax" HeaderText="Fax" Resizable="false"

 

 

 

UniqueName="Fax" Visible="true">

 

 

 

</CSP:CSPGridBoundColumn>

 

 

 

</columns>

 

 

 

<CommandItemSettings ExportToPdfText="Export to Pdf" />

 

 

 

<EditFormSettings>

 

 

 

<EditColumn FilterControlAltText="Filter EditCommandColumn column">

 

 

 

</EditColumn>

 

 

 

</EditFormSettings>

 

 

 

<ExpandCollapseColumn AndCurrentFilterFunction="NoFilter"

 

 

 

CurrentFilterFunction="NoFilter" DataSecurity="Read" FilterDelay=""

 

 

 

FilterListOptions="VaryByDataType">

 

 

 

</ExpandCollapseColumn>

 

 

 

<RowIndicatorColumn AndCurrentFilterFunction="NoFilter"

 

 

 

CurrentFilterFunction="NoFilter" DataSecurity="Read" FilterDelay=""

 

 

 

FilterListOptions="VaryByDataType">

 

 

 

</RowIndicatorColumn>

 

 

 

</MasterTableView>

 

 

 

<PagerStyle CssClass="rgPager" Mode="NextPrevAndNumeric" Wrap="True" />

 

 

 

</CSP:CSPGrid>

But in RadGrid the above code are not adding.So Please help me in this regards.

Thanks & Regards,
Anita Sahu

 

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 20 Jul 2011, 03:41 PM
Hello Anita,

We do not support issues with inherited versions of RadGrid.
However, I recommend that you examine the What you should know when inheriting Telerik RadGrid help topic for instructions how to inherit your custom grid control from RadGrid.

I hope this helps.

Regards,
Mira
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Grid
Asked by
Anita
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or