Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
162 views
I am using 2008.3.1314.20 of the ASP.NET AJAX RadScheduler, with the Office2007 skin.

I have a problem where the separators for the rows don't line up between the hours column and the resource columns.  They are in line for the first time period of the day, but the discrepancy increases as you scroll down (image here: http://i44.tinypic.com/b61p3q.jpg).

I noticed on the online examples, that the rows appear to be realigned as scrolling happens, perhaps via a script, but I don't get this behavior.  The declaration of my RadScheduler is below:

<telerik:radscheduler id="schRoomAssignments" runat="server"  
        skin="Office2007"  
        width="625px" ColumnWidth="50px"
        showalldayrow="false" 
        shownavigationpane="false"  
        showviewtabs="false"  
        showresourceheaders="true"  
        showfooter="false"  
        selectedview="DayView"  
        datasubjectfield="DayDate"  
        datasourceid="odsRoomAssignments"  
        datastartfield="StartTime"  
        dataendfield="EndTime"  
        datakeyfield="AssignmentID"  
        groupby="Rooms" > 
                <ResourceTypes> 
                    <telerik:ResourceType DataSourceID="odsRooms" ForeignKeyField="RoomID" KeyField="RoomID" Name="Rooms" TextField="RoomNumber" /> 
                </ResourceTypes> 
            </telerik:radscheduler> 

Peter
Telerik team
 answered on 17 Jul 2009
1 answer
139 views
We have a project which requires the loading of *.doc and *.xls files into an editor and then saving the changes to a file. We have looked at FCKeditor and CuteEditor which do some of what we need but will not load *.doc files directly without cutting and pasting. When we load a *.doc file into RadEditor.Content it loads as a text file and shows all the *.doc symbols. How can we load a *.doc file into the RadEditor where it retains the look and feel of the Word document.
Rumen
Telerik team
 answered on 17 Jul 2009
3 answers
160 views
Hello,

I have grid with row selection using check box column. with button click i am updating status for selected records at databas side and saving one file on sever which i am downloading after database work. I need to rebind grid once file is downloaded at client side. But after file download its not executing command grid.rebind()

Here is my code

errStr = _ach.UpdateACHStatus(dtACH);
View.DownloadACHFile(sACHFileName, true);
rgACH.rebind();

 

 

Here is the code for download file

 

        public void DownloadACHFile(string fname, bool forceDownload)  
        {  
            string path = MapPath(fname);  
            string name = Path.GetFileName(path);  
            string ext = Path.GetExtension(path);  
            string type = "";  
            if (ext != null)  
            {  
                switch (ext.ToLower())  
                {  
                    case ".htm":  
                    case ".html":  
                        type = "text/HTML";  
                        break;  
 
                    case ".txt":  
                        type = "text/plain";  
                        break;  
 
                    case ".doc":  
                    case ".rtf":  
                        type = "Application/msword";  
                        break;  
                }  
            }  
            if (forceDownload)  
            {  
                Response.AppendHeader("content-disposition",  
                     "attachment; filename=" + name);  
            }  
            if (type != "")  
                Response.ContentType = type;  
            Response.WriteFile(path);  
            Response.End();  
        }  
 

 

 

 

 

I need to refresh grid once download process completes. But somehow rgACH.Rebind(); is not getting executed.

Please help.

Thanks.

 

 

 

Sebastian
Telerik team
 answered on 17 Jul 2009
1 answer
124 views
Good Afternoon,

I have a radgrid on a usercontrol, that is called by a parent page.  For some reason the export function will not work inside the usercontrol, but the same code will work perfect if I place it directly on the parent page.

Here is my javascript located on the Default.aspx page:
 
<script type="text/javascript">  
    function pnlRequestStarted(ajaxPanel, eventArgs)  
    {  
      if(eventArgs.EventTarget == "pnlBtnExcel" || eventArgs.EventTarget == "pnlBtnWord")  
      {  
         eventArgs.EnableAjax = false;  
      }  
    }  
</script> 

Here is the grid that will export correctly if the code is placed on the parent page:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" ClientEvents-OnRequestStart="pnlRequestStarted">  
            <asp:Button ID="pnlBtnExcel" Width="150px" Text="Export to Excel" OnClick="btnExcel_Click" 
                runat="server" /> 
            <asp:Button ID="pnlBtnWord" Width="150px" Text="Export to Word" OnClick="btnWord_Click" 
                runat="server" /> 
            <telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" GridLines="None">  
                <MasterTableView AutoGenerateColumns="False" DataSourceID="SqlDataSource1">  
                    <RowIndicatorColumn> 
                        <HeaderStyle Width="20px" /> 
                    </RowIndicatorColumn> 
                    <ExpandCollapseColumn> 
                        <HeaderStyle Width="20px" /> 
                    </ExpandCollapseColumn> 
                    <Columns> 
                        <telerik:GridBoundColumn DataField="ID" DataType="System.Int32" HeaderText="ID" ReadOnly="True" 
                            SortExpression="ID" UniqueName="ID">  
                        </telerik:GridBoundColumn> 
                        <telerik:GridBoundColumn DataField="Name" HeaderText="Name" SortExpression="Name" 
                            UniqueName="Name">  
                        </telerik:GridBoundColumn> 
                        <telerik:GridBoundColumn DataField="Value" HeaderText="Value" SortExpression="Value" 
                            UniqueName="Value">  
                        </telerik:GridBoundColumn> 
                    </Columns> 
                </MasterTableView> 
            </telerik:RadGrid><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" 
                SelectCommand="SELECT * FROM [Test]"></asp:SqlDataSource> 
        </telerik:RadAjaxPanel> 

But if I place the same code in a usercontrol and then place the usercontrol on the Default.aspx page, the data will not export.  What else am I missing, I have gone all through the sample code and haven't been able to figure it out? 

Thanks,

Ronnie
Daniel
Telerik team
 answered on 17 Jul 2009
1 answer
117 views
Hi,

I have added cell click event for the radgrid as below under ItemDatabound event of the grid.

If

 

TypeOf e.Item Is GridDataItem Then

 

 

    For Each col As GridColumn In radgrdClaimsName.MasterTableView.RenderColumns

 

 

        Dim dataItem As GridDataItem = DirectCast(e.Item, GridDataItem)

 

        dataItem(col.UniqueName).Attributes.Add(

"onclick", ("RowSelectedCarrierName('" & dataItem.ItemIndex & "','" & col.OrderIndex & "');"))

 

 

    Next

 

 

End If

I have Totals as my grid's last column. I want to restrict the user by clicking on this particular column i.e Totals column.
What should I modify in my above code so that I can restrict the user by selecting the cell of Total column?

Thanks in advance,
Medac

 

Princy
Top achievements
Rank 2
 answered on 17 Jul 2009
1 answer
152 views

Hi guys

I have some pages protected by form authientication. Most of the pages have a RadEditor within. I'm getting this error ONLY for pages protected by authentication.

Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.

I tested removing the athentication for one of the pages where i'm getting the error and after this the error DISSAPEAR.
Could you help me with this ASAP please?
Thanks

Rumen
Telerik team
 answered on 17 Jul 2009
6 answers
301 views
I have the following Grid. When i click on the commanditem "Add New condition Group" in Master record or Add new condition to this group in Detail record, the entire row becomes empty.
Not sure what is causing this. Can someone help.


Thanks, in advance.

The following grid is within another grid as one of the column. In this grid i am setting datasource for the below grid.


<telerik:RadGrid ID="rgRuleConditionsGroup" runat="server" OnItemDataBound = "rgRuleConditionsGroup_ItemDataBound"
OnItemCommand="rgRuleConditionsGroup_ItemCommand" AutoGenerateColumns="False"
AutoGenerateDeleteColumn="True" Skin="Office2007">
<MasterTableView Name="RuleConditionGroups" DataKeyNames="accountRuleConditionGroupID"
ShowHeader="false" ShowHeadersWhenNoRecords="true" EditMode="InPlace"
CommandItemDisplay="Top" InsertItemDisplay="Bottom"
CommandItemSettings-AddNewRecordText="Add new condition group"
HierarchyDefaultExpanded="True" ExpandCollapseColumn-Display="False" >
<DetailTables>
<telerik:GridTableView Name="RuleConditions" DataKeyNames="accountRuleConditionID"
ShowHeader="False" ShowHeadersWhenNoRecords="True"
CommandItemDisplay="Top" InsertItemDisplay="Bottom"
CommandItemSettings-AddNewRecordText="Add new condition to this group" Width="100%">
<ParentTableRelation>
<telerik:GridRelationFields DetailKeyField="accountRuleConditionGroupID" MasterKeyField="accountRuleConditionGroupID" />
</ParentTableRelation>
<%--<CommandItemSettings AddNewRecordText="Add new condition to group"></CommandItemSettings>--%>
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<Columns>
<telerik:GridTemplateColumn>
<ItemTemplate>
<telerik:RadComboBox ID="rcbJoinOperator" Runat="server" Skin="Vista" width="75">
<Items>
<telerik:RadComboBoxItem runat="server" Text="AND" Value="AND" />
<telerik:RadComboBoxItem runat="server" Text="OR" Value="OR" />
</Items>
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="rcbJoinOperator" Runat="server" Skin="Vista" width="75">
<Items>
<telerik:RadComboBoxItem runat="server" Text="AND" Value="AND" />
<telerik:RadComboBoxItem runat="server" Text="OR" Value="OR" />
</Items>
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn>
<ItemTemplate>
<telerik:RadComboBox ID="rcbParameter1" AutoPostBack ="true" Runat="server" Width="100" Skin="Office2007" OnSelectedIndexChanged="rcbParameter1_SelectedIndexChanged">
<Items> 
<telerik:RadComboBoxItem runat="server" Text="1" Value="1" />
<telerik:RadComboBoxItem runat="server" Text="2" Value="2" />
<telerik:RadComboBoxItem runat="server" Text="3" Value="3" />
<telerik:RadComboBoxItem runat="server" Text="4" Value="4" />
<telerik:RadComboBoxItem runat="server" Text="5" Value="5" />
</Items>
</telerik:RadComboBox>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="rcbParameter1" AutoPostBack ="true" Runat="server" Width="100" Skin="Office2007" OnSelectedIndexChanged="rcbParameter1_SelectedIndexChanged">
<Items>
<telerik:RadComboBoxItem runat="server" Text="1" Value="1" />
<telerik:RadComboBoxItem runat="server" Text="2" Value="2" />
<telerik:RadComboBoxItem runat="server" Text="3" Value="3" />
<telerik:RadComboBoxItem runat="server" Text="4" Value="4" />
<telerik:RadComboBoxItem runat="server" Text="5" Value="5" />
</Items>
</telerik:RadComboBox>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn>
<ItemTemplate>
<telerik:RadComboBox ID="rcbParameterDP1" Runat="server" Width="150" Skin="Office2007" DataValueField="accountRuleParameterID" DataTextField="ParameterDisplayName">
</telerik:RadComboBox>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="rcbParameterDP1" Runat="server" Width="150" Skin="Office2007" DataValueField="accountRuleParameterID" DataTextField="ParameterDisplayName">
</telerik:RadComboBox>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn
SortExpression="ConditionOperator" UniqueName="ConditionOperator"
DataField="conditionOperator">
<ItemTemplate>
<telerik:RadComboBox ID="rcbConditionOperator" Runat="server" Width="100" Skin="Office2007">
<Items>
<telerik:RadComboBoxItem runat="server" Text="Equal To" Value="Equals" />
<telerik:RadComboBoxItem runat="server" Text="Not Equal To" Value="NotEquals" />
<telerik:RadComboBoxItem runat="server" Text="Greater Than"
Value="GreaterThan" />
<telerik:RadComboBoxItem runat="server" Text="Less Than" Value="LessThan" />
<telerik:RadComboBoxItem runat="server" Text="Greater Than Or Equal To"
Value="GreaterThanOrEquals" />
<telerik:RadComboBoxItem runat="server" Text="Less Than Or Equal To"
Value="LessThanOrEquals" />
<telerik:RadComboBoxItem runat="server" Text="Is In" Value="In" />
<telerik:RadComboBoxItem runat="server" Text="Is Not In" Value="NotIn" />
</Items>
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="rcbConditionOperator" Runat="server" Width="100" Skin="Office2007">
<Items>
<telerik:RadComboBoxItem runat="server" Text="Equal To" Value="Equals" />
<telerik:RadComboBoxItem runat="server" Text="Not Equal To" Value="NotEquals" />
<telerik:RadComboBoxItem runat="server" Text="Greater Than"
Value="GreaterThan" />
<telerik:RadComboBoxItem runat="server" Text="Less Than" Value="LessThan" />
<telerik:RadComboBoxItem runat="server" Text="Greater Than Or Equal To"
Value="GreaterThanOrEquals" />
<telerik:RadComboBoxItem runat="server" Text="Less Than Or Equal To"
Value="LessThanOrEquals" />
<telerik:RadComboBoxItem runat="server" Text="Is In" Value="In" />
<telerik:RadComboBoxItem runat="server" Text="Is Not In" Value="NotIn" />
</Items>
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn>
<ItemTemplate>
<telerik:RadComboBox ID="rcbParameter2" AutoPostBack="true" Runat="server" Width="100" Skin="Office2007" OnSelectedIndexChanged="rcbParameter2_SelectedIndexChanged">
<Items> 
<telerik:RadComboBoxItem runat="server" Text="1" Value="1" />
<telerik:RadComboBoxItem runat="server" Text="2" Value="2" />
<telerik:RadComboBoxItem runat="server" Text="3" Value="3" />
<telerik:RadComboBoxItem runat="server" Text="4" Value="4" />
<telerik:RadComboBoxItem runat="server" Text="5" Value="5" />
</Items>
</telerik:RadComboBox>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="rcbParameter2" AutoPostBack="true" Runat="server" Width="100" Skin="Office2007" OnSelectedIndexChanged="rcbParameter2_SelectedIndexChanged">
<Items> 
<telerik:RadComboBoxItem runat="server" Text="1" Value="1" />
<telerik:RadComboBoxItem runat="server" Text="2" Value="2" />
<telerik:RadComboBoxItem runat="server" Text="3" Value="3" />
<telerik:RadComboBoxItem runat="server" Text="4" Value="4" />
<telerik:RadComboBoxItem runat="server" Text="5" Value="5" />
</Items>
</telerik:RadComboBox>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn>
<ItemTemplate>
<telerik:RadComboBox ID="rcbParameterDP2" Runat="server" Width="150" Skin="Office2007" AllowCustomText="True" DataValueField="accountRuleParameterID" DataTextField="ParameterDisplayName">
</telerik:RadComboBox>
</ItemTemplate>
<EditItemTemplate>
<telerik:RadComboBox ID="rcbParameterDP2" Runat="server" Width="150" Skin="Office2007" AllowCustomText="True" DataValueField="accountRuleParameterID" DataTextField="ParameterDisplayName">
</telerik:RadComboBox>
</EditItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn DataField="accountRuleConditionID" UniqueName="AccountRuleConditionID" Visible="false" />
<telerik:GridBoundColumn DataField="accountRuleConditionGroupID" UniqueName="AccountRuleConditionGroupID" Visible="false" />
<telerik:GridBoundColumn DataField="accountRuleAlertID" UniqueName="AccountRuleAlertID" Visible="false" />
<telerik:GridBoundColumn DataField="sequenceNum" UniqueName="SequenceNum" Visible="false" />
</Columns>
</telerik:GridTableView>
</DetailTables>
<CommandItemSettings AddNewRecordText="Add new condition group"></CommandItemSettings>
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn Visible="True" Display="False">
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<Columns>
<telerik:GridTemplateColumn
SortExpression="JoinOperator" UniqueName="JoinOperator"
DataField="joinOperator">
<ItemTemplate>
<telerik:RadComboBox ID="rcbJoinOperator" Runat="server" Skin="Vista" width="75">
<Items>
<telerik:RadComboBoxItem runat="server" Text="AND" Value="AND" />
<telerik:RadComboBoxItem runat="server" Text="OR" Value="OR" />
</Items>
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</ItemTemplate>
</telerik:GridTemplateColumn>
</Columns>
</MasterTableView>

<FilterMenu Skin="Office2007" EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</FilterMenu>
</telerik:RadGrid>
Shinu
Top achievements
Rank 2
 answered on 17 Jul 2009
1 answer
198 views
Is it possible to create a set of CSS classes to define a column's width and alignment to use with different data types such as buttons, currency, numbers, and checkboxes.

Thanks,
Rich
Princy
Top achievements
Rank 2
 answered on 17 Jul 2009
1 answer
162 views
I retrieve data and bind it to my RadGrid. Rather then showing foreign key values (such as 1, 2, 3 etc.), i wantto show the names of data on my RadGrid. Thus i add  a DropDownList in my RadGrid's GridTemplateColumn as follows. While selecting and showing the names(name field) of   foreign key values ( 1, 2, 3 etc.), there is no problem. But when i update it there is no change.

<

telerik:GridTemplateColumn HeaderText = "Donem" DataField="DonemId" UniqueName = "DonemId" DataType="System.Int16" SortExpression = "DonemId" >

 

 

<ItemTemplate>

 

 

<asp:DropDownList ID="ddlDonem" runat="server" DataSourceID = "LLBLGenProDataSource22Donem" DataTextField = "DonemAdi" DataValueField = "DonemId" SelectedValue='<%# Bind("DonemId") %>' >

 

 

</asp:DropDownList>

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

Here is the full code:

 

<%

@ Control Language="C#" Inherits="Toys.Modules.Tahakkuk.ViewToysTahakkuk"

 

 

 

 

AutoEventWireup="true" CodeBehind="ViewToysTahakkuk.ascx.cs" %>

 

<%

@ Register assembly="Telerik.Web.UI, Version=2009.1.527.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" namespace="Telerik.Web.UI" tagprefix="telerik" %>

 

<%

@ Register assembly="SD.LLBLGen.Pro.ORMSupportClasses.NET20" namespace="SD.LLBLGen.Pro.ORMSupportClasses" tagprefix="llblgenpro" %>

 

 

 

 

<

telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 

<

AjaxSettings>

 

<

telerik:AjaxSetting AjaxControlID ="RadGridHizmetler" >

 

<

UpdatedControls>

 

<

telerik:AjaxUpdatedControl ControlID ="RadGridHizmetler"/>

 

</

UpdatedControls>

 

</

telerik:AjaxSetting>

 

</

AjaxSettings>

 

</

telerik:RadAjaxManager>

 

<

telerik:RadGrid ID="RadGridHizmetler" runat="server"

 

 

AllowAutomaticInserts="True" AllowAutomaticUpdates="True" AllowAutomaticDeletes = "true"

 

 

 

 

AllowFilteringByColumn="True" AllowMultiRowSelection="True" AllowPaging="True"

 

 

AllowSorting="True" AutoGenerateColumns="False"

 

 

DataSourceID="LLBLGenProDataSource21" GridLines="None"

 

 

onitemupdated="RadGridHizmetler_ItemUpdated"

 

 

onneeddatasource="RadGridHizmetler_NeedDataSource"

 

 

onupdatecommand="RadGridHizmetler_UpdateCommand" ShowFooter="True"

 

 

ShowGroupPanel="True" ShowStatusBar="True"

 

 

ondeletecommand="RadGridHizmetler_DeleteCommand" >

 

<

MasterTableView datasourceid="LLBLGenProDataSource21" CommandItemDisplay = "Top"

 

 

 

DataKeyNames

="HizmetId" EditMode ="InPlace" RetrieveDataTypeFromFirstItem = "true" >

 

<

RowIndicatorColumn>

 

<

HeaderStyle Width="20px"></HeaderStyle>

 

</

RowIndicatorColumn>

 

<

ExpandCollapseColumn>

 

<

HeaderStyle Width="20px"></HeaderStyle>

 

</

ExpandCollapseColumn>

 

<

Columns>

 

<

telerik:GridEditCommandColumn UniqueName="EditCommandColumn">

 

 

 

 

</telerik:GridEditCommandColumn>

 

 

 

<telerik:GridBoundColumn DataField="HizmetId" DataType="System.Int16"

 

 

HeaderText="HizmetId" SortExpression="HizmetId" UniqueName="HizmetId">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="KisaKodu"

 

 

HeaderText="KisaKodu" SortExpression="KisaKodu" UniqueName="KisaKodu">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="HizmetAdi"

 

 

HeaderText="HizmetAdi" SortExpression="HizmetAdi" UniqueName="HizmetAdi">

 

 

 

 

</telerik:GridBoundColumn>

 

 

 

 

<telerik:GridTemplateColumn HeaderText = "Donem" DataField="DonemId" UniqueName = "DonemId" DataType="System.Int16" SortExpression = "DonemId" >

 

 

 

 

<ItemTemplate>

 

 

<asp:DropDownList ID="ddlDonem" runat="server" DataSourceID = "LLBLGenProDataSource22Donem" DataTextField = "DonemAdi" DataValueField = "DonemId" SelectedValue='<%# Bind("DonemId") %>' >

 

 

 

 

</asp:DropDownList>

 

 

 

 

</ItemTemplate>

 

 

 

 

</telerik:GridTemplateColumn>

 

 

 

 

 

<telerik:GridBoundColumn DataField="Tutar" DataType="System.Decimal"

 

 

HeaderText="Tutar" SortExpression="Tutar" UniqueName="Tutar">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="TutarDegisiklikEh" DataType="System.Boolean"

 

 

HeaderText="TutarDegisiklikEh" SortExpression="TutarDegisiklikEh"

 

 

 

UniqueName

="TutarDegisiklikEh">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="Adet" DataType="System.Int32"

 

 

HeaderText="Adet" SortExpression="Adet" UniqueName="Adet">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="AdetDegisiklikEh" DataType="System.Boolean"

 

 

HeaderText="AdetDegisiklikEh" SortExpression="AdetDegisiklikEh"

 

 

 

UniqueName

="AdetDegisiklikEh">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="GecikmeFaiziEh" DataType="System.Boolean"

 

 

HeaderText="GecikmeFaiziEh" SortExpression="GecikmeFaiziEh" UniqueName="GecikmeFaiziEh">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="GecikmeZammiEh" DataType="System.Boolean"

 

 

HeaderText="GecikmeZammiEh" SortExpression="GecikmeZammiEh" UniqueName="GecikmeZammiEh">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="HesapId" DataType="System.Int16"

 

 

HeaderText="HesapId" SortExpression="HesapId" UniqueName="HesapId">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="HizmetTipi" DataType="System.Int16"

 

 

HeaderText="HizmetTipi" SortExpression="HizmetTipi" UniqueName="HizmetTipi">

 

 

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="AidatTipi" DataType="System.Int16"

 

 

HeaderText="AidatTipi" SortExpression="AidatTipi" UniqueName="AidatTipi">

 

 

 

 

</telerik:GridBoundColumn>

 

 

 

<telerik:GridButtonColumn UniqueName="DeleteColumn" Text="Delete" CommandName="Delete" />

 

 

 

 

 

 

</

Columns>

 

<

EditFormSettings>

 

<

EditColumn UniqueName = "EditCommandColumnH">

 

</

EditColumn>

 

</

EditFormSettings>

 

</

MasterTableView>

 

 

 

 

<ClientSettings AllowDragToGroup="True" AllowColumnsReorder="True"

 

 

AllowRowsDragDrop="True">

 

 

 

 

<Selecting AllowRowSelect ="true" EnableDragToSelectRows ="true"/>

 

 

 

 

</ClientSettings>

 

</

telerik:RadGrid>

 

<

llblgenpro:LLBLGenProDataSource2 ID="LLBLGenProDataSource21" runat="server"

 

 

AdapterTypeName="Toys.Data.Mali.DatabaseSpecific.DataAccessAdapter, Toys.Data.MaliDBSpecific"

 

 

AllowDuplicates="False" DataContainerType="EntityCollection"

 

 

EnablePaging="True"

 

 

 

EntityFactoryTypeName="Toys.Data.Mali.FactoryClasses.HizmetEntityFactory, Toys.Data.Mali"

 

 

onperformgetdbcount="LLBLGenProDataSource21_PerformGetDbCount1"

 

 

onperformselect="LLBLGenProDataSource21_PerformSelect"

 

 

onperformwork="LLBLGenProDataSource21_PerformWork" >

 

 

 

 

 

 

 

</

llblgenpro:LLBLGenProDataSource2>

 

 

 

 

 

<

llblgenpro:LLBLGenProDataSource2 ID="LLBLGenProDataSource22Donem"

 

 

runat="server" AllowDuplicates="False"

 

 

 

 

AdapterTypeName="Toys.Data.Mali.DatabaseSpecific.DataAccessAdapter, Toys.Data.MaliDBSpecific"

 

 

DataContainerType="EntityCollection"

 

 

EntityFactoryTypeName="Toys.Data.Mali.FactoryClasses.DonemEntityFactory, Toys.Data.Mali">

 

</

llblgenpro:LLBLGenProDataSource2>

 

 

 

Thanks in advance...

Rosen
Telerik team
 answered on 17 Jul 2009
2 answers
118 views
Hi,

I have radgrid with MultirowsSeletion = "True" how can I get the selected rows value of a unique value in javascript?

Thanks in advance
Medac
Medac
Top achievements
Rank 1
 answered on 17 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?