Hello,
I use the method ResizToFit to resize all columns in event gridCreated but it doesn't work correctly for the GridTemplateColumn.
The code is:
aspx:
<telerik:GridTemplateColumn UniqueName="EmailSendDate" HeaderText="Sent: "><ItemTemplate> <asp:Label runat="server" ID="lblSendStatus" /></ItemTemplate>
<ItemStyle Wrap="True" HorizontalAlign="Left" /><AlternatingItemStyle Wrap="True" HorizontalAlign="Left" /><HeaderStyle Wrap="False" HorizontalAlign="Left" /><FooterStyle Wrap="False" HorizontalAlign="Left" /><ClientSettings EnableRowHoverStyle="True" AllowKeyboardNavigation="True"> <Selecting AllowRowSelect="True"/> <ClientEvents OnGridCreated="gridCreated" /> <Scrolling AllowScroll="true" UseStaticHeaders="True" ScrollHeight="475px"/> <Resizing AllowColumnResize="True" ClipCellContentOnResize="False" AllowResizeToFit="True" EnableRealTimeResize="False" ResizeGridOnColumnResize="False" /> <ClientMessages ColumnResizeTooltipFormatString="" DragToResize="" /></ClientSettings>The label may contain nothing or a datetime or an error text.
javascript:
var columns = Grid.get_masterTableView().get_columns();for (var i = 0; i < columns.length; i++) { columns[i].resizeToFit();}When the column contain the datetime, the column is cut between the date and the time. When I manually enlarged column, just a little, it's ok (The time come beside the date).
Any suggestions?
Thanks in advance
Seb
<telerik:RadComboBox runat="server" ID="t" CheckBoxes="true" Filter="Contains"> <Items> <telerik:RadComboBoxItem Text="Sample A"/> <telerik:RadComboBoxItem Text="Sample B"/> <telerik:RadComboBoxItem Text="Sample C"/> </Items></telerik:RadComboBox>
Hi i have RadGrid Which have 100 records with paging of 10 records per page. When i am using RadGrid.MasterTableView, its only give me 10 records(only current page records) but I want to get all records i. e 100 records. Please tell me how cam i get it.
I have added a Captcha control to the Layout Template of the Login control and it works fine. Is the following code needed to validate on the server-side in case a malicious user manages to bypass client validation and submit the form, or would that not be possible?
protected void LoginUser_LoggingIn(object sender, System.Web.UI.WebControls.LoginCancelEventArgs e)
{
RadCaptcha RadCaptcha1 = LoginUser.FindControl("RadCaptcha1") as RadCaptcha;
RadCaptcha1.Validate();
if (!RadCaptcha1.IsValid)
{
e.Cancel = true;
}
}

Hi,
RadGantt for Telerik ASP.NET Ajax control has a media query for Day/Week/Month View Buttons. If RadGantt.Width < 1024px then, it combines buttons but looks weird in readonly mode. It floats over border lines.
I need to override this behaviour to make these buttons always visible (not combined)
Is there any way to do this?
(I attached a gif for better explanation)
While using radEditor, If we try to get the value of the editor using "get_html()" function, <br /> tag gets appended in the end if the radEditor is empty.
I tried using "get_html(true)" function. In this case ,<br /> is not appended at the end but the trailing space gets truncated.
How should I fetch the value from RadEditor so that <br /> is not appended at the end and also the trailing space is not truncated ?

Hi All or Telerik Team
Any one know about the situation like me when using Track changes on editor UI control with Asian input methods?
i'm going to purchase this UI library but just hesitate since i can't record the new added words when we are using Chinese or all other Asian input method with this control, once we change the input method on windows it will not able to create new words with TRACKED tag.
http://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx