Tagged Questions
0
votes
2answers
46 views
Change DevExpress GridView row back color after SetFocusedRowIndex(-1) by JavaScript
I have a client side function by JavaScipt for FocusedRowChanged in my ASPxGridView.
In this function I post gvMore.GetFocusedRowIndex() to my CallBackPanel PerformCallback.
I save FocusedRowIndex in ...
0
votes
0answers
28 views
Error when add new row in gridview?
I want add, edit, del data on gridview devexpress
Put add new row, I was set GridView Properties, OptionsBehavior/AllowAddRow = True
and OptionsView/NewItemRowPosition = Top
I clicked in fist cell and ...
0
votes
1answer
80 views
Master-detail grid with IList
I have an IList which I'm passing as a parameter to a Dev Express 10.2 GridControl Datasource. Each "Foo" may have an IList or not. How should I have to do, to make a Master-Detail grid, where the ...
0
votes
0answers
62 views
How to edit devexpress aspxgridview row in a filtered mode
I am trying to edit a filtered row from a devexpress gridview.
When filter is done to the grid and when i choose the filtered row to edit it always takes the first item id bounded to the gridview.
...
0
votes
0answers
40 views
The same functionality in DevExpress GridView and BandedGridView descendants
I've extended DevExpress GridView and GridControl controls with custom functionality guided by this topic - http://www.devexpress.com/Support/Center/Question/Details/A859 and it works as I expected ...
1
vote
1answer
265 views
How to display data from two tables in a SQL Server database in a gridview?
I want show data in a gridview from two tables that have a relationship but it show only some column in table 1. I using an INNER JOIN query.
dept (IDD, deptname)
person (ID, name, birthday, ...
0
votes
0answers
40 views
DevExpress gridview weird behavior?
I have the following lines of code that bind the gridview:
DataView DataV = new ...
0
votes
2answers
83 views
Devexpress GridView crazy MouseDown event
When I implement the MouseDown event of the GridView, after I click on anything inside the GridView my program goes nuts and starts to treat everything on the screen as GridView, calling the MouseDown ...
0
votes
1answer
87 views
how to css format for devexpress gridview
I am trying to learn devexpress gridview. I setup everything and works fine but there is a styling problem.
In old days, when u drag and drop a gridview from the visual studio's toolbar, it used to ...
0
votes
1answer
345 views
How to properly set DataSource for DevExpress BandedGridView with dynamic number of bands and columns
I'm using BandedGridView for WinForms. And I get information about BandedGridView structure (number of bands and columns) only on runtime.
So I have to fill it manually. I can properly create full ...
0
votes
0answers
57 views
set value when update command
I am using asp.net with devexpress
I am wanted to insert and Update with sql parameter
<asp:SqlDataSource ID="SqlDataCity" runat="server" ConflictDetection="CompareAllValues"
...
0
votes
1answer
130 views
Add ActiveFilterString clause to DevExpress GridView CustomFilterRow
I have DevExpress GridView where I have a datatable as datasource. Now I have a hidden column which is used to filter the view using CustomFilterRow event. Now the problem is when the user puts in ...
0
votes
0answers
89 views
How to change repository look up edit dataSource on repositoryItemLookUpEdit_EditValueChanged event?
I have a gridView which has at least 2 columns of LookUpEdit type. I want that when I change the value of first column to change value of second column,
This issue I solved with ...
3
votes
1answer
136 views
How to enable editing for new inserted row in a GridView while gridview is allowedit = false?
I have a GridView control of xtraGrid suite in a form.
When I open the form for first time it is AllowEdit = false. I want that when I press on add new row link(built in by control) to make editable ...
0
votes
3answers
441 views
Gridview auto load data when scroll bar reach the bottom
Hello guys I have a sample gridview
Here's what i want to happen.
When I open the form i load top 100 of data from the server in to the gridview. When I scroll down and reach the end of the scroll ...
1
vote
3answers
627 views
How to check if checkbox in gridview is checked
I have a devexpress gridview, and in one of the columns is a checkbox. I want to check to see if the checkbox in that column is selected in the focused row, and if so, perform some action. How ...
0
votes
0answers
45 views
chekedit in xtragrid
Hello friends I have one which I load XtraGrid with one DataSource with 2 columns. Al GridView column added 1 more ("Select"), this column I want each element is 1 checkedit, and I did ...
0
votes
2answers
77 views
Copy gridView rows
How can I copy a (devexpress) gridView rows to the other gridControl in another form?
Write an example please. This is the child form.
public partial class frmSelectInvoice : ...
0
votes
2answers
233 views
How to set Winforms Devexpress GridView Width 100 Percentage
I have designed an windows Application.
In that forms contains GridView with both more columns and less columns.
Now I want to Best Fit the columns and width of Gridview 100 Percentage.
0
votes
0answers
103 views
Can't find details view after I invoke the DevExpress GridControl
I have recently used Dev Express master-detail (XtraGrid) GridControl contains 2 views (Master view + Details view) but after I invoke this GridControl into delegate method I cant access the second ...
0
votes
0answers
154 views
how to get argument member or value of pie chart, DevExpress PIE?
Iam using DevExpress PIE in a DIV and DevExpress Grid in another DIV, now i will display dynamic data in PIE and relative grid. i need a selected value of pie slice, so that i can show relative data ...
0
votes
1answer
26 views
As I can export the GridControl2 GridControl1 and united?
I have GridControl1 and GridControl2, and I can export each Grid to. XLS (Excel) separately.
can I export the GridControl2 GridControl1 united??
This is what I have done so far but I can not export ...
1
vote
2answers
608 views
dev express grid view combo box default value when binding value is null / empty
The following is the combobox code that im using in the dev express grid view edit template.
I want the combobox display nothing at all or a string that says "Please Choose and Employee" while adding ...
0
votes
2answers
99 views
Instance of Object error?
I have one GridControl in which I inserted, modified directly to the database.
I have several fields directly connected to a table Patient and one of my gridcontrol field is the id that was ...
1
vote
1answer
444 views
Devexpress grid with unbound column
I have a DevExpress grid where I would like to add an unbound checkbox to be able to select some of the items.
After the selection is made I press a button and I must loop the grid to get all the ...
0
votes
2answers
422 views
Setting a default value of null to the cell in the dev express grid if the user has not entered a value during inline editing
This is a partial view called from the index.
In the model the JobStatusSortOrder is set as a nullable double.
Here if the user does not enter any value during inline editing, how can i set the value ...
0
votes
2answers
1k views
MVC Devexpress Gridview Columns, how to add multiple settings to a specific column?
I am attempting to add more than one setting to my mvc grid view columns. I know how to apply one specific setting to a column. I went through their website documentation and was unable to find an ...
0
votes
0answers
212 views
Which event triggers when paging DevExpress MVC ASP.NET
I got the following scenario:
I've got a gridview where I use the pre-render to set something.
Now after the pre-render I want to change that again.
When the page loads, the life cycle of the control ...
0
votes
1answer
348 views
ASPxGridView1.Selection is always = 0 and ASPxGridView1.GetSelectedFieldValues doesnt work
simply I'm trying to get selected rows from devexpress gridview, but it never works for me, I have tried client side and custom call back, and tried server side, but it didnt work, spend 10 hours ...
0
votes
0answers
163 views
Passing selected Value parameter from ASPxGridview
I have 2 ASPx gridviews, one pulls from a survey table, the primary key in this table is ID, the other pulls from a table called Questions, it has Survey_ID which is a foreign key to the Survey ...
0
votes
0answers
248 views
Working with ASPxTextBox template inside ASPxGridView
I'm working with DevExpress components, and I need to develop a feature where an user can type multiple entries inside ASPxGridView fields.
Besides that, there is a need that the user be able to ...
0
votes
0answers
87 views
Is there a way to update a persisted DevExpress grid layout to include columns that were added to the grid after the layout was created?
My application contains several DevExpress ASPxGridViews. The layout (column size, column order, column filters) can be customized by the user. If a layout is customized, we persist that layout to ...
0
votes
1answer
659 views
Adding rows to XtraGrid using interfaces
I am using a BindingList for my grid's DataSouce, like this:
private BindingList<IPeriodicReportGroup> gridDataList =
new BindingList<IPeriodicReportGroup>();
...
...
0
votes
1answer
207 views
How Sub Level displays its bands without inhiriting it from the parent Main View at DevExpress Grid Control
I'm using DevExpress 10.2 For WinForms with .Net Framework 4.0
I have a form that contains grid having bands and this grid has Main View and Level inside it
so it sounds like a banded grid inside ...
1
vote
1answer
220 views
Is there a way to to autoformat a row in DevExpress GridView winforms?
I have a DevExpress GridControl that is bound to a BindingList that has a collection of foo objects.
foo has the following members:
string name;
and
int qty;
(ofc the properties have get/setters ...
-1
votes
3answers
905 views
Adding new row to a DataTable
I have a GeidView in my form and I have a button which add new records to the GridView by adding a row to a Datatable and then make this DataTable as the GridContol's Data Source.
The problem is when ...
0
votes
1answer
203 views
Client-side change callback route of Developer Express MVC GridView
Is it possible to change the callback route of a Developer Express GridView on the client side? Or maybe perform a callback to another route rather than the specified at the ...
0
votes
1answer
122 views
Javascript table on the fly
I've got some issues with javascript. Which causes some problems.
I'm using DevExpress MVC GridView, ASP.Net MVC 3 and javascript.
This my problem:
I've got a gridview, with for example customers.
I ...
0
votes
1answer
80 views
Display the Filer Editor via code
I have a gridControl in my form and I want when I click on a button to show me a Filter Editor as this :
There is already a feature in the GridControl to display this Filter Editor as you can see ...
0
votes
1answer
585 views
Why the horizontal scrollbar doesn't work in my grid control?
Hi I have a control which includes 3 grid controls, they are gridControl1, gridControl2 and gridControl3 and the views are gridView1, gridView2 and gridView3.
I have 3 buttons, when click Button1, ...
0
votes
1answer
135 views
Try to Assign a value from a textbox to a devexpress gridview
I have a textbox and a button. On click of the button i would like to assign that value to the gridview.
However, I dont want to go through a stored procedure or any update to database table to do ...
1
vote
2answers
219 views
Custom String Format
I need to format boolean as string for multilanguage support "Ja"/"Nein". Witch is the right format string that I need for DisplayFormat and EditFormat?
I am using DevExpress with ...
2
votes
1answer
1k views
Removing the Drilldown Plus Icon (+) from XtraGrid GridView's MasterRow when ChildRow Has No Data
This is related to a DevExpess XtraGrid's GridView.
I need to remove the drilldown plus icon (+) from any MasterRow in a GridView that doesn't have any data for it's ChildRow.
Currently, all the ...
0
votes
1answer
178 views
Dev Express GridView: I want to obtain the row and column of clicked cell - or the headings of row and column
I have ben trying this with jQuery and many other approaches.
First, I call a function:
ClientSideEvents RowClick="function(s, e) { OnGridFocusedRowChanged(); }"
This has worked to get me to the ...
0
votes
2answers
339 views
Increase and decrease font size in DevExpress gridview using mouse
I'm trying to increase decrease the size of the font in the cells of a DevExpress GridView. I know that the event is probably
private void gridView1_MouseWheel(object sender, MouseEventArgs e) {}
...
0
votes
0answers
1k views
DevExpress gridview adding checkbox columns dynamically
I am using vs2010 and DevExpress v12.1 I have some problems with gridview. Gridview should have dynamic checkbox columns that user can assign values. Number of columns are dependent on a database ...
0
votes
1answer
164 views
Is there an order to call gridView.EndDataUpdate, gridView.EndUpdate, gridView.EndSummaryUpdate?
If I want to use gridView.EndDataUpdate (gridView.BeginDataUpdate) and gridView.EndSummaryUpdate (gridView.BeginSummaryUpdate) together, which one should be the correct order?
Order 1:
...
0
votes
1answer
244 views
Is it possible a gridView has a FocusedRowHandle but on the view we cannot see the row is highlighted?
my gridView is with GroupRow - rowHandle is -1, -2, ...
When the gridView is launched, the FocusedRowHandle = -1 -- I hope this gridView can focus and highlight the first group row in the grid.
But ...
0
votes
1answer
272 views
DevExpress MVC GridView Customization Windows in vol 2010
Does anyone know how to show Customization Window in DevExpress MVC GridView in version 10.2.8.0 (V2010 vol. 2)?
The MVC examples on DevExpress' website are for 2011 and 2012.
0
votes
0answers
249 views
ASP.NET MVC3 Binding to a collection does not generate client side validation
I have the following model:
public class FacturaIntrareModel
{
private List<DetaliiFacturaIntrareModel> _produse = new List<DetaliiFacturaIntrareModel>();
public ...


