Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
50 views
For example:
1. I put row(index) 1 in edit mode
2. page posts back and I rebind a new datasource
3. after postback row still expanded and in edit mode even.

I want to clear all the expanded and edit mode items after post back. 

I call this code from a button's onclick event:
 private void LoadGrid(Int64 p) 
        { 
            grd.Rebind(); 
            grd.DataSource = BL.GetAll(p); 
            grd.DataBind(); 
        } 
Jeremy
Top achievements
Rank 1
 answered on 08 Jun 2011
1 answer
78 views

Hello)) I'm using dnn and this example

http://demos.telerik.com/aspnet-ajax/upload/examples/async/ajaxprocessing/defaultcs.aspx?product=asyncupload

! I can not asynchronously load an image! It boots only after postback (But in example postback not required)) please explain why it is so)

Peter
Telerik team
 answered on 08 Jun 2011
1 answer
235 views
Scheduler > Telerik vs DevExpress

Anyone done comparison and have pros and cons?
What would you recommend?
Peter
Telerik team
 answered on 08 Jun 2011
3 answers
63 views
in web application
i have calender and scheduler control, i want to change calender date according to scheduler date change,
but if i changed calender date then it will reflect to scheduler .

Thanks
Veronica
Telerik team
 answered on 08 Jun 2011
5 answers
265 views
Hi Telerik

I am using telerik:GridGroupByExpression.

My code is following..........

<telerik:RadGrid AlternatingItemStyle-CssClass="even" Width="100%" OnItemCreated="radGridComments_ItemCreated"
                   OnColumnCreated="radGridComments_ColumnCreated" OnItemDataBound="radGridComments_ItemDataBound"
                   ID="radGridComments" runat="server" AutoGenerateColumns="true" GridLines="none">
                   <mastertableview groupsdefaultexpanded="true">
               <GroupByExpressions>
                   <telerik:GridGroupByExpression>
                       <SelectFields>
                        <telerik:GridGroupByField FieldName="ItemName" HeaderText="" />
                       </SelectFields>
                       <GroupByFields>
                       <telerik:GridGroupByField FieldName="ItemName" SortOrder="Ascending" />
                       </GroupByFields>
                   </telerik:GridGroupByExpression>
               </GroupByExpressions>
           </mastertableview>
                   <clientsettings>
               <Resizing ResizeGridOnColumnResize="false" AllowColumnResize="true" />
           </clientsettings>
               </telerik:RadGrid>

It display fine on page load as following.



As soon as I click on export, export to excel is working fine. but the data is now displaying like



Please see the GridGroupByField in both images. Please look in to this issue. I don't want GridGroupByField name like with

"ItemName:" it must be same as before like "Please indicate the region in which you currently work."



Thanks
Gaurav
Iana Tsolova
Telerik team
 answered on 08 Jun 2011
1 answer
141 views
I want to use a radcombobox to filter a radgrid column.  There is a great example of doing this and I can tweak the example to use a checkbox plus label template in the combo box.

I am running into problems when the column is not just a string field but a multivalued field.  For example I have a Person entity and that person has a property that is a list<School>.  We bind the column to the Schools property and use a repeater in the template to display the schools.  I can successfully build the combobox but am having trouble filtering for records where people only have the selected schools.
Veli
Telerik team
 answered on 08 Jun 2011
1 answer
231 views
Hello,

I would like to present about 10,000 records per page, I might need paging if more than 10000 records are on the table (Sql Server db).

I need filtering, and sorting, and scrolling.

I know there are several techniques to optimize radgrid, but I would like to know...

Which technique should I look at for loading and displaying data in this case?

Thanks,
Simone
Radoslav
Telerik team
 answered on 08 Jun 2011
3 answers
70 views
ASP.NET v4.0.30319
IE 8.0.7600.16385
Windows 7
Telerik.Web.UI 2011.1.519.40

When i have a
telerik:GridBoundColumn
with these set
AutoPostBackOnFilter="True" ShowFilterIcon="False"
and I use the tab key to move off the filter textbox sometimes it does not filter and sometimes it does. Also if it filters 2 times in a row it locks the textbox from entry until I click another filter icon or paging control on the screen. The tab button navigates to another textbox that does not have AutoPostBackOnFilter or ShowFilterIcon set at all. The text box locking has existed in the last 2 version as well. I just upgraded to test if it fixes it.
Iana Tsolova
Telerik team
 answered on 08 Jun 2011
1 answer
147 views

How secure to open a rad window from javascript? You can get the querry string url from viewsource?

How to open a rad winndow from code behind in radgrid edit/add button click. It should be in RadGrid1_ItemCreated.

Need help ASAP.

Thanks.
Eva
Princy
Top achievements
Rank 2
 answered on 08 Jun 2011
5 answers
308 views
Hi,

I add a groupable radgrid to screen. All columns are not groupable. On the development machine if i try to make grouping on ungroupable field i see a message "Can not group by this column" but on the customer server it returns an exception "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was:500"

Regards,

Ahmet HOSO
Pavel
Telerik team
 answered on 08 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?