E4279
|
How to enable context menu items depending on selected ASPxGridView rows
This example illustrates how to use an ASPxGridView to enable context menu items. When an end-user selects/deselects ASPxGridView rows, the number of available ASPxPopupMenu Items is changed.
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/06/08 07:21
|
|
E270
|
Implementing a context menu with "Select / Unselect All In Group" functionality
In this sample, the client-side ContextMenu event is used to show the ASPxPopupMenu above the grid's group rows. The menu contains two items: "Select all in group" and "Unselect all in group". When the end-user clicks these items, a custom callback is executed....
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/06/08 06:40
|
|
|
ContextMenu Event
ASPxClientGridView.ContextMenu Event (DevExpress.Web.ASPxGridView.Scripts) ASPxClientGridView.ContextMenu Event Enables you to display a context menu. Namespace: DevExpress.Web.ASPxGridView.Scripts Assembly: JavaScript Syntax JScript ContextMenu : ASPxClientGridViewContextMenuEventHandler;...
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/06/11 07:53
|
|
E723
|
How to display a popup menu for grid column headers or rows
This example demonstrates how to open a context menu when a grid row or column header is right-clicked.
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/06/01 07:57
|
|
Q481095
|
ASPxGridView - How to show different ContextMenu based on the clicked row value
I have a grid (grdAuditlist) that I ned to load different context menu's based on criteria
Here is my HTMLRowCreated code. As you can see, depending on the value of 2 of the columns, one of the 2 menu's should load.
In tracing through the code, it all works(the...
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/03/14 02:18
|
|
Q440330
|
Need ContextMenu in ASPXGridView TextBox Right Click while editing the row
Hi Team,
I am using DevExpress ASPxGridView Control, I need to give context menu with the item "Forward Fill" & "Backward Fill" on right click of textbox while user is editing the content.
The functionality is fill out all the other textbox field...
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2012/10/23 08:25
|
|
|
ASPxClientGridViewContextMenuEventArgs
ASPxClientGridViewContextMenuEventArgs Class (DevExpress.Web.ASPxGridView.Scripts) ASPxClientGridViewContextMenuEventArgs Class Provides data for the ASPxClientGridView.ContextMenu event. Namespace: DevExpress.Web.ASPxGridView.Scripts Assembly: JavaScript...
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/06/11 07:53
|
|
Q477756
|
ASPxGridView Context menu problem
After navigate to another pages in gridview when i try to get column name from gridview right click it get null(get column name at first page only and get some times another pages) s.GetColumn(e.index) returns null. I attached my project to reference. Please...
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2013/03/05 00:30
|
|
Q337013
|
ASPxGridView - How to implement dynamic context menus for the ASPxGridView row with a menu item set that depends on a row value
Hi,
We are in process of evaluating your product ASPxGridView and Editors Suite. I have a few queries with regard to getting dynamic context menus working with ASPxGridView rows.
Here's what I am trying to do:
Get context menus on each grid view row....
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2011/08/09 08:25
|
|
Q295590
|
ASPxGridView - Effective way to show a context menu and get a value from the selected row
I'm trying to add a context menu to the grid view, so that when the user right clicks on a row they get a context menu with a list of options. When one of these options is clicked, I need to call another page passing it the value of one of the columns from...
Product: ASPxGridView and Editors Suite, Platform: ASP.NET Web Forms, Technology: .NET, Modified on: 2010/12/01 10:54
|