Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
173 views
Hi Guys, I just downloaded IE9 Beta 64bit and was browsing around and ended up on  your editor demos page and the rendering is all over the place. Now I know this is a beta which you don't support but I thought I would let you know anyway. What does IE9 do so differently to get the rendering so out of whack!
Rumen
Telerik team
 answered on 17 Mar 2011
1 answer
73 views
Hi

Is there any way to implement custom paging with virtual count in "Tree List"?
In my senario I am having treeview with more than 2,00,000 records, In one case, a child node having approximately 50,000 records.

Or Is there any way to implement paging in Treeview?
Veli
Telerik team
 answered on 17 Mar 2011
8 answers
302 views
Hi all, 
I'm trying to work out a solution to use RadFilter on a RadGrid without FilterContainerID, but setting the FieldEditors manually.

My problem is that my RadGrid must show only some of the fields that I want to be able to filter for. i.e. the Grid shows Name and Surname, but the DataSource (which by the way is an ObjectDataSource) provides also JobPosition, HireDate, and so on.
If I use the FilterContainerID the FieldsEditor are excluded and I can see in the radFilter only the fields "mapped" through a column of the Grid.
To make a long story short I would like to be able to do something similar to the sample reported in http://www.telerik.com/help/aspnet-ajax/listview-filtering-with-radfilter.html but using the RadGrid control instead of the RadListView.

Is it somehow possible ?

Thanks

Lorenzo

Lorenzo
Top achievements
Rank 1
 answered on 17 Mar 2011
2 answers
144 views
Hi!

I found an issue on the ASP.NET Ajax Menu Drop-Down, it does not work on the newest Google Chrome version 10.

Try this demo and more samples below:
http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx

Thanks,
Johnny
Helen
Telerik team
 answered on 17 Mar 2011
3 answers
48 views
Hi,

I used the radgrid specifying width for the horizontal scroll bar to appear along with filter, sort and paging options in my page. There is no problem when the page is viewed in IE8 and Firefox. However, In IE7, the page has some extra space. (Please refer the screenshots attached).

There are other controls and validators in the page. And when I try to save and the validators fail, I get the grid aligned perfectly. (Since it is a validator level aligning, there is no postback to get the grid alignment.)

I have no clue why this occurs. This occurs only in a radgrid. If I use a regular grid, this problem does not occur.

Does anyone face the same issue? Any replies are welcome!

~ Gsk
Charles
Top achievements
Rank 2
 answered on 17 Mar 2011
3 answers
182 views
Hey,
can somebody provide me with a sample or link to a virtual scrollable radgrid with working filters.
I have the problem, that filter only filters first page of grid, because grid's current page index seems to be lost (is lost!) when filtering on page N of the grid, and therefore no result is found, as long as you are not searching for objects on the first page of the grid.

Any help would be appricated. Thx in advance.
Veli
Telerik team
 answered on 17 Mar 2011
3 answers
80 views
i am creating webpart for sharepoint 2010 and using ajax for grid updating and your other controls, for this i need radajaxmanger. there can be only one radajaxmager on the page.But other webparts can also use ajax with the radajaxmager already added or sometimes without it. What should I do in this situation? If I add radajaxmanerproxy to webpart, but  radajaxmaner can be not added in other webparts. What is the solution?
Marian
Top achievements
Rank 1
 answered on 17 Mar 2011
2 answers
99 views
Is there any way of removing the font-colour hex values and dark/light previews in the footer of the colour picker?
My client doesn't want to see this - they are non-technical, after all.
Can it be hidden or removed completely, please?
Andy
Top achievements
Rank 1
 answered on 17 Mar 2011
2 answers
119 views
I am new to telerik controls and evaluating the telerik radgrid for one of our applications. We do use the grid in a number of places for server side binding but for this requirement I need to be able to build editable grid. Here are some features which I would like to achive.

1.I need to be able to perform client side binding of radgrid which calls a WCF method.
  WCF method gets a stored proceure output that is cached  in IIS, Filters the resultset based on some conditions and then returns the filtered list to the   client. This binding call would be called once every 10 seconds using a timer to refresh the data on the grid.
 
2.Should be able to perform inline editing of the radgrid and inline adding of new row. During edit/insert mode, the timer that calls grid refresh would be disabled. I need to be able to call cusom WCF methods for actual add/update and delete operations. These WCF methods inturn would call some sql stored procs. Can I use radgrid_oninsert, radgrid_ondelete and radgrid_onupdate server side event handlers for add/update/delete operations ?
Not sure if these would work as my binding of grid is done on the client side. If this does not work, then how do I achive this kind of inline editing on the client side ?

3.Ability to perform edit/delete operations based on some conditions. Most likely I'll have a "Editable" column in data. This column won't be bound to the grid but I should be able to use the value to decide if edit/delete options should be allowed for the row.
If the value of this column is "false" then edit/delete options should be disabled for the corresponding row in the grid.

4.In edit mode(as well as add new row) , some of columns a)would be free text(text boxes), b)dropdownlists c)textbox with autocomplete ability and d)readonly columns.

5.If I were to perform server side binding and use inline editing features from the server side, then is there a way I can refresh the data on the grid every 10 seconds. This timer will be on the client side and I'll need to be able to call the binding routines of the server side from the client.

Appreciate if you could provide input and point me at some useful telerik tips to implement these requirements.

Thanks & appreciate your response.
cha
Top achievements
Rank 1
 answered on 17 Mar 2011
3 answers
306 views
I have a telerik radgrid with editmode="Inplace" and  with custom images specified for cancel/insert/delete.  I have a button outside the grid that initiates the insert action. I am using this button instead of commanditem template displayed by the telerik grid.

I have these issues.

1.When I click the edit image for a row,  some kind of postback happens but it does not enter into edit mode.
2.When I click the delete image for a row, it asks a alert for delete confirmation and some kind of postback happens, but InquiryGrid_DeleteCommand is not fired.
3.When I click the insert button that is outside the form, it enteres into insert mode, and some of columns are editable,  but the images  displayed are incorrect.  I want to display same update/cancel images for both insert/edit mode. but the image displayed for insert is wrong and  missing image for cancel. Clicking on these images have no action.

If I change the ButtonType to "LinkButton" instead of "ImageButton"  all these actions works as expected.
What am I missing here ? Below is the code for my grid.
Appreciate your help.

<div>
            <telerik:RadGrid ID="InquiryGrid" runat="server" AllowPaging="false" AllowSorting="false"
            AutoGenerateColumns="false" ClientSettings-Scrolling-AllowScroll="true" ClientSettings-Scrolling-EnableVirtualScrollPaging="false"
            EnableEmbeddedSkins="false" EnableViewState="false" GridLines="none"  ImagesPath="Images/"   PagerStyle-AlwaysVisible="true" PagerStyle-Mode="NextPrevAndNumeric" PageSize="400"
            OnNeedDataSource="InquiryGrid_NeedDataSource"
            Skin="Gray" Height="100%"
            OnUpdateCommand="InquiryGrid_UpdateCommand"
            OnDeleteCommand="InquiryGrid_DeleteCommand"
            OnInsertCommand="InquiryGrid_InsertCommand" >
            <ClientSettings>
                <Scrolling AllowScroll="true" SaveScrollPosition="true" UseStaticHeaders="true" />
            </ClientSettings>
            <MasterTableView ClientDataKeyNames="inquiry_id" TableLayout="Fixed" EditMode="InPlace">
                <HeaderStyle Height="25px" />
                 <EditFormSettings>
                    <EditColumn UniqueName="EditCommandColumn" ButtonType="ImageButton"
                    CancelImageUrl="images/edit_cancel.gif"
                    UpdateImageUrl="images/edit_update.gif"
                    InsertImageUrl="images/edit_update.gif" EditText="Edit" InsertText="Insert" UpdateText="Update"
                    >
                    </EditColumn>
                 </EditFormSettings>               
                <columns>
                   <telerik:GridBoundColumn DataField="maturity_range" HeaderText="Maturity Range" SortExpression="maturity_range"
                        UniqueName="maturity_range">
                            <HeaderStyle width="100px" CssClass="th-inquiry-lastupdate_dt" />
                            <ItemStyle width="100px" CssClass="inquiry-lastupdate_dt" />                       
                    </telerik:GridBoundColumn>               
                   <telerik:GridBoundColumn DataField="active" HeaderText="Active ?" SortExpression="active"
                        UniqueName="active">
                            <HeaderStyle width="50px" CssClass="th-inquiry-lastupdate_dt" />
                            <ItemStyle width="50px" CssClass="inquiry-lastupdate_dt" />                       
                    </telerik:GridBoundColumn
                    <telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn"  EditImageUrl="images/edit.gif">
                    </telerik:GridEditCommandColumn>
                    <telerik:GridButtonColumn ConfirmText="Delete this inquiry?" ConfirmDialogType="RadWindow"
                        ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete"
                        UniqueName="DeleteColumn" ImageUrl="images/delete.gif">
                    </telerik:GridButtonColumn>                   
                </columns>
            </MasterTableView>
            </telerik:RadGrid>
</div>
<br>
<div>
<asp:Button ID="btnAdd" runat="server" CssClass="pc-btn" OnClick="AddNew_Click" Text="Add New" />
</div>
 
 
    protected void AddNew_Click(object sender, EventArgs e)
        {
            InquiryGrid.MasterTableView.IsItemInserted = true;
            InquiryGrid.Rebind();
        }



cha
Top achievements
Rank 1
 answered on 17 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?