Telerik Forums
UI for WinForms Forum
5 answers
234 views
I often use image with Telerik controls such MenuItem, buttons, ect. via the Image property or BackgroundImage property.

Do I need to dispose of these images myself?

Thanks,

Phi
Richard Slade
Top achievements
Rank 2
 answered on 04 Nov 2010
5 answers
232 views
Hello,

Is there any method to achieve this behavior?

BR/shortie

Richard Slade
Top achievements
Rank 2
 answered on 04 Nov 2010
26 answers
708 views
Hi,

First of all I hope I'm posting this in the right place.

I have just finished building my first application, published it and have now (as best as I can tell) installed it on a couple of machines.

Unfortunately when the users are trying to add a row on a gridview they are getting the following error message.

System.InvalidOperationException: Items cannot be added to the RadListSource when is in data-bound mode

I have no idea what this is or how to resolve it. I've tried various searches with little results. The application works perfectly when I'm in design mode but I too get the same error so I think I have ruled out any DotNet issues.

I'm really hoping someone here can help.

Kind regards,


Guy
Richard Slade
Top achievements
Rank 2
 answered on 04 Nov 2010
1 answer
107 views
Hi,

I have a button(addproduct) on my Product.aspx page and when I click on that button I get a pop up window(radwindow) whose url points to some other page(productsearch.aspx) which has a cancel and save button. Now, What I need to do is, when I click the cancel button, the popup window should close and I should be back on the product page without losing whatever data I already have in the product.aspx page.
I need to do this on the client side so I have to use javascript. The code which I have for the window popup is

function openWin(){
var oWnd = radopen("../product/Productsearch.aspx","productsearchwindow");
return false;
}

the productsearchwindow is the id of the radwindow and I call the openWind() function on the onclientlclick event of the addproduct button on product.aspx page

I probably have to write some javascript in the productsearch.aspx page as the save button is in that page and the popup url points to this productsearch page.

 Can anyone help me in writing the js code.

Thank You,
Vik



Richard Slade
Top achievements
Rank 2
 answered on 04 Nov 2010
5 answers
271 views
hi could help me
as calling a window from
by selecting a row in radgridview

when selecting a row to me there will be a window
Svett
Telerik team
 answered on 04 Nov 2010
2 answers
148 views
We have a scenario where, a user will select a Treeview node in which we perform logic within the SelectedNodeChanging event. Using e.Node we are able to validate that the node being selected is the correct node. However after performing logic in using the SelectedNodeChanging event, the newly selected node does not show as highlighted in the treeview.

We have validated that the clicked node is in fact the selected node in the treeview, however it simply does not show it as selected by being highlighted. 

Are we missing something? Is there something else that we have initialize or call to show the node (e.node) highlighted?
Paul Patterson
Top achievements
Rank 1
 answered on 03 Nov 2010
21 answers
2.5K+ views
Hi -

I understand from reading other threads that the automatic horizontal scroll bar feature does not work if the grid is set to column fill.

Is there a way to manually turn on the horizontal scroll bar?

I would like column fill on for the case when the user resizes the form larger. But if the user resizes the form smaller, I need a scroll bar so that the user can see all of the columns.

Any tips would be appreciated.

Thanks!
Phi
Top achievements
Rank 1
 answered on 03 Nov 2010
2 answers
226 views
I followed some threads here about using Row.Tag to keep track of newly added rows and changed rows via RowFormatting event. It is something like this:

private void gridView_RowFormatting(object sender, RowFormattingEventArgs e)
{
    if (e.RowElement.RowInfo.Tag != null)
    {
        if (e.RowElement.RowInfo.Tag.ToString() == "NEW")
            e.RowElement.ForeColor = Color.Green;
        else
            e.RowElement.ForeColor = Color.Red; //Changed
    }
}

Let say I updated one row. The row is now colored in red color. When I scroll down the grid using the scroll bar, I noticed that there are more red colored rows appeared while I was scrolling down. If I stopped it quickly enough, an incorrectly red colored row would show up inside the grid's view port.

Look like somebody forgot to clear out the RowInfo information :)!

Phi

Phi
Top achievements
Rank 1
 answered on 03 Nov 2010
3 answers
243 views
Hello,

   I need to display the total (with name eg. Total :abc ) "Total" text with group header name in specified column in summary row of a grid. For better understanding you can refer the attached image . How can i get the functionality as specified in attached image of a grid?
Please do needful ASAP.
Waiting for prompt reply.

Reagrds,

Ajay
Jack
Telerik team
 answered on 03 Nov 2010
1 answer
154 views
Hi,

Is it possible for an end-user to vertically resize individual pages in a PageViewPage, with ViewMode set to ExplorerBar? Right now, when a page is expanded, it's content has a fixed size.

Regards,
Berend Veldkamp
Alexander
Telerik team
 answered on 03 Nov 2010
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?