Telerik Forums
Community Forums Forum
0 answers
151 views
How to replace display:"none" to display:'' " ? FiddlerScript
Aleksander
Top achievements
Rank 1
 asked on 02 Sep 2021
1 answer
578 views
When i am reording the column in radgridview WPF UI than the column collection items order in gridview is not changed.

How can i save the column latest order changed by the user in radgridview and display the same in the UI when the user opens.

My finding : "Column collection items order is not changed when i change the columns in ui of RADgridview ".

Can you please tell how can i save the latedst column order changed by the user in the UI.

Thanks in advance
Dilyan Traykov
Telerik team
 answered on 18 Aug 2021
1 answer
143 views

This is my aspx file.

 <telerik:RadGrid RenderMode="Lightweight" runat="server" ID="RadGrid2"  
                ShowStatusBar="true" ClientSettings-Scrolling-AllowScroll="true" AllowPaging="True" AllowSorting="true"  
            OnNeedDataSource="RadGrid2_NeedDataSource"  AllowMultiRowSelection="true"  Width="1500px"  AllowFilteringByColumn="true" CssClass="RadGrid">  


         <MasterTableView PageSize="10">
                <Columns>
                    <telerik:GridClientSelectColumn UniqueName="ClientSelectColumn">
                    </telerik:GridClientSelectColumn>
                </Columns>
            </MasterTableView>
         <ClientSettings  EnableRowHoverStyle="true">
              <Selecting AllowRowSelect="True"></Selecting>
                <ClientEvents OnRowMouseOver="demo.RowMouseOver" />
                    <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="true"></Scrolling>
              <Selecting AllowRowSelect="true" UseClientSelectColumnOnly="true" />
    <ClientEvents OnRowClick="toggleSelection" />
              <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                </ClientSettings>
                <HeaderStyle Width="225px"></HeaderStyle>

This is my .cs file

  protected void RadGrid1_PreRender(object sender, System.EventArgs e)
        {
            RadGrid2.Items[4].SelectableMode = GridItemSelectableMode.None;
            RadGrid2.Items[5].SelectableMode = GridItemSelectableMode.None;
        }

        protected void Button1_Click(object sender, EventArgs e)
        {
            foreach (GridItem item in RadGrid2.MasterTableView.Items)
            {
                GridDataItem dataitem = (GridDataItem)item;
                TableCell cell = dataitem["ClientSelectColumn"];
                CheckBox checkBox = (CheckBox)cell.Controls[0];
                if (checkBox.Checked)
                {
                    string value = dataitem.GetDataKeyValue("SVC TAG").ToString();
                }
            }
        }                       
Rumen
Telerik team
 answered on 17 Aug 2021
0 answers
171 views

Hi, 

Whenever I add any function to the radgrid such as checkbox column then that grid stops working like the filter function in that grid stops working plus the page next and previous function also stop working. What would be the problem? Can anyone help me fix this issue?

Shweta
Top achievements
Rank 1
 asked on 13 Aug 2021
1 answer
241 views

Hello all,
i want to add column dynalically to the RadGridView with setting width programatically.
Using below code i am not able set the width of column width inside RadGridView in wpf application.

RadgridView in telerik does not pick the column column specified in the code instead it opens proportionaloity to grid size.

Can you please help regarding how to set the column width programatically.

GridViewDataColumn col = new GridViewDataColumn();

                col.Header = "Order Number";
            col.UniqueName = "TRP";
           
            col.Width = 20 ;

OpenProcsGridView.Columns.Add(col);

the code above does not set the columnwidth and radgrid view open the column width proportionality to grid size .
can we customize the column width acc to user wants

            
Stenly
Telerik team
 answered on 11 Aug 2021
1 answer
207 views

GridViewDataColumn col = new GridViewDataColumn();

                col.Header = "Order Number";
            col.UniqueName = "TRP";
           
            col.Width = 20;

OpenProcsGridView.Columns.Add(col);

it does not set the col width to 20 and automatically open the radgridview with default size/header text size\proportiaonally to grid size.

Can you please help that how to set a column width in a customeized way.


            
Stenly
Telerik team
 answered on 11 Aug 2021
0 answers
129 views

Hello

I have an account for Telerik UI through my company and I've been going through the Telerik UI for ASP.NET MVC.  I have no issue logging in to my course, but the problem is, a few moments after going through a video, I suddenly get a 403 error and I have to navigate back to keep watching.

Is there something I can do to stop this from happening?

Thanks.

Jonathan
Top achievements
Rank 1
 asked on 05 Aug 2021
1 answer
139 views

I'm trying to retrieve the list of both published and draft statused items from a dynamic module. I do not want deleted items, nor do I want unpublished items; I want specifically items that are fully published and live, as well as items that were created and saved as draft.

I tried different combinations of status, workflow status, visible, etc, but couldn't figure out the right combination to get these two statuses together.

anybody know how to do this and can share?

 

many thanks!

Jennifer
Telerik team
 answered on 28 Jul 2021
1 answer
282 views

Does any of below support report viewer to load trdx report in offline?

Xamarin Forms
WPF
Blazor WebAssembly
Flutter
Angular (PWA)
Ionic (WebView)
React Native (Native)
ReactJS (PWA)
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 30 Jun 2021
2 answers
157 views

I am using paging with winform radgridview. Filtering works fine but after filtering the page numbers remain the same

After applying filter it is still page 1 of 306

Is there a way to update page nos after I apply filter programmatically? And also is there a way to show total row count in pager bar?

Nadya | Tech Support Engineer
Telerik team
 answered on 29 Jun 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?