Hello all,
I would like to ask you a question. In a website, usualy, you keep the same environement in the all solution.
So, when I put a <telerik:RadGrid, I would like to set default value only once in the project. Do you know if its possible ?
Like :
Thank you very much
Jean-Yves
I would like to ask you a question. In a website, usualy, you keep the same environement in the all solution.
So, when I put a <telerik:RadGrid, I would like to set default value only once in the project. Do you know if its possible ?
Like :
<telerik:RadGrid GridLines="None" PageSize="20" AutoGenerateColumns="false" Culture="fr-FR" EnableHeaderContextMenu="true" EnableHeaderContextFilterMenu="true" AllowFilteringByColumn="true" AllowPaging="True" AllowSorting="True" ShowFooter="True" AllowAutomaticUpdates="True" AllowAutomaticDeletes="True"> <HeaderContextMenu EnableImageSprites="True" CssClass="GridContextMenu GridContextMenu_Default" /> <MasterTableView ShowGroupFooter="true" IsFilterItemExpanded="false"> <Columns> <telerik:GridEditCommandColumn ButtonType="ImageButton" EditText="Editer" CancelText="Annuler" UpdateText="Mettre à jour" InsertText="Ajouter" /> <telerik:GridButtonColumn CommandName="Delete" ButtonType="ImageButton" Text="Supprimer" /> </Columns> <EditFormSettings> <EditColumn ButtonType="ImageButton" EditText="Editer" CancelText="Annuler" UpdateText="Mettre à jour" InsertText="Ajouter" /> </EditFormSettings> </MasterTableView></telerik:RadGrid>Thank you very much
Jean-Yves