Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
94 views
Hi,

Could someone please let me know if there are any stock images that can be used with RibbonBarButton?

Thanks in Advance.

Regards,
Prasad
Ivan Zhekov
Telerik team
 answered on 15 Feb 2012
0 answers
82 views
Hi,

I'm dealing with an annoying problem here, which I haven't found the solution yet.
I'm using two RadListBox with AllowTransfer. When I click on the buttons "AllToRight" or "AllToLeft", every thing works fine and my .Inserted event call my appropriate well. But when I select one item and then click on the transfer button for one, nothing's fired.

What do you think my problem can be?

Thanks
(btw, english ain't my native language)

EDIT : Okay sorry i've found the problem : I was populating the RadListBox on any page. It needed to be populatin only when it's not a postback.
Julien
Top achievements
Rank 1
 asked on 15 Feb 2012
1 answer
314 views
Hi All,

I have a rad grid enabled the column filtering as well as paging(shows 100 records per page).
When i am trying to filter by the Name field it only filters in the current page rather than all the grid pages.

My requirement is that it should filter across all teh grid pages rather than the current page only.
>> This issue is being solved for me by setting the AllowFilteringByColumn value to TRUE for both grid and its master view.

But facing another problem that is the filtering is not working on first time but works on second attemp or onwards.

Can any one help me in this regard ?

Thanks in advance...

Smruti
Shinu
Top achievements
Rank 2
 answered on 15 Feb 2012
11 answers
754 views
How do I do this? 

If I have a grid that the user entered edit or insert mode, I want to make sure that if they press the Enter key, I want to capture this action and fire the Update command so I can record the actions that I have in the backend and close the inline or form mode input screen.

I'm assuming that I need to add javascript to capture the keypress event and look for the Enter key. The Update and Cancel options must be some form of object I can refocus on, also via javascript? Then how do I fire my backend code to complete this action and close the form?

Do you have any examples that exist or could be shared?  I'd think this is a pretty common request, but didn't find any examples on this site or in the examples installed.

Thanks!
Tsvetina
Telerik team
 answered on 15 Feb 2012
2 answers
177 views
When paging is enabled in radgrid, a combobox is displayed along with pager.How to hide the combobox?
Tsvetoslav
Telerik team
 answered on 15 Feb 2012
2 answers
86 views
hi friend,
i have small problem, but it makes as big issue for me.
my problem is i have grid with data loaded.
on clicking the row of the grid, the data of that particular row should pass to the controls above the grid like radtextbox and radcombobox.
i am using javascript to do this.
i can pass values from radgrid to radtextbox, by using below code.

var interesttype = document.getElementById("rtxtinteresttype");
interesttype.innerText = args.get_gridDataItem().get_cell("interesttype").innerText

but this not working for combo box.
i tried with this one:-
//method 1
 var currency = document.getElementById("rcmbcurrency");
  currency.innerText = args.get_gridDataItem().get_cell("currency_Code").innerText

and this
//method 2
var
item = get_Item().findElement("currencycode").innerHTML;
var items = rcmbcurrencycode.findItemByText(Item);
items.select();

but i cannot bind the data from grid to combo box.
any one can find where i made mistake in this code and how to solve this? or i want to change coding method to pass values from grid to combo box.
thanks in advance
S.Rajkumar
Tsvetoslav
Telerik team
 answered on 15 Feb 2012
8 answers
157 views
hi friends
iam using three text box and two combobox to submit the values in grid.
on clicking the row in the grid the data will transfer to the respective controls, like name value transfer to the txtname and so on.
iam using client side code:-
var name = document.getElementById("rtxtname");
name.innerText = args.get_gridDataItem().get_cell("name").innerText
this is working for textbox controls.
but my problem is, i problem is to pass grid values to the combo box. this coding is not working for combo box.
any one can solve my problem.
what changes to do for combo box.
thanks in advance
S.Rajkumar
Tsvetoslav
Telerik team
 answered on 15 Feb 2012
8 answers
467 views
Hi,
 I have a radgrid. I am binding data to radgrid on server side and in ItemDataBound event I am manipulating each cell in each row assigning text and tooltip to it. I am also creating columns programmatically beforehand. Everything works fine until I reorder any column on client side. After reordering tooltip that is shown is of item which was initially at that position and same for alignment. So can you please help me out in setting alignment and tooltip?

Thanks,
mahesh
Rashmi
Top achievements
Rank 1
 answered on 15 Feb 2012
2 answers
46 views
Hi
when I set mode property of PagerStyle to "NextPrevAndNumeric" , a [Page Size] part is added too
Can I make it invisible or set it's dropdown value items to a custom set of page sizes ?

Thank you for your feedback
reza
Top achievements
Rank 1
 answered on 15 Feb 2012
8 answers
177 views
Hello there.
i'm using the RadGrid with paging.as i can see, the basic paging is numeric + buttons for next/prev and first/last page.
when i click on the numeric buttons then it work fine but when i want to navigate with the prev/next buttons then it doesn't work.i don't get any error message.it simply not working.
i attached a screenshot of the paging style on my grid.
more general info:
i create the columns myself (means that AutoGenerateColumns="False"),
allowpaging=true, allowsorting=true,

very basic settings.
can anyone help?
thank you.
Shinu
Top achievements
Rank 2
 answered on 15 Feb 2012
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?