I am using devexpress mvc grid with batch edit mode. I want to check that if all rows dropdown from grid has been selected or not. So for that I want datascource of devexpress mvc grid in javasctipt/jquery. From that I can check and validate my grid. Can anyone help me?
Why you want to do it in javascript, I will recommend you do it in batch updating method and if there validations fails then show validation.
Related
I need a gridview such that when I click on a row to edit it, the data shows in a formview within that row. The user can then make updates within the formview. I am not able to find a suitable example that can do something like this. Can somebody please point me to an appropriate example that does this.
Note that I am using ASP.NET.
Thank you.
Here is an example from Kendo , You can download and use their tools for free with limited support.
Kendo Inline Editing Grid for ASP.Net
I am new to asp.net and I want to create a table on my site.
The table should display data in a year-by-year manner (every row is another year).
When a row is clicked data in the table should change to the month-by-month data and so on.
I do not wnat to have another table under the first one or open new site.
i want to change columns and data binding in the table that is loaded as the first one.
I was wondering if it can be done using DataGrid or maybe I should think about some DevExpress
controls? I heard they are cool stuff :)
Oh, and one more thing - I want to generate report to pdf from data that is currently being shown.
Any suggestions how to do it? Like I said I am new in asp.net.
Thanks in advance for help.
surely you can use DevExpress ASPxGridView or even the MVC Grid extensions, both have no code required pdf/excel/HTML export. as you said, cool stuff, we just bought 14 licenses of their DXperience subscription, planning to use mostly the MVC and SL controls.
I don't know anything about DevExpress but I know what you are describing can be accomplished using a plain old ASP.NET GridView. The DataGrid is actually a somewhat deprecated control, so you wouldn't typically use that with a newer ASP.NET application.
I have to build a page which contains some text boxes and a grid layout. There is an add button next to the grid, clicking on which should results to creating a blank row in the grid where user can fill the required data. User can continue adding data to the grid as per the wish and finally click the submit button on the form. This submit should post the entire data(data from the text boxes and grid) to the server. I am using MVC2 with VS2008.
Please let me know how should I proceed to achieve this in MVC ways. As it involves lots of client side handling i.e. building the grid item collection and validations I want to know which approach I should take.
Thanks in advance.
I went with KnockoutJs grid editor.This perfectly suited my requirement. http://knockoutjs.com/examples/gridEditor.html
I want a asp.net datagrid with client side selection and dockable in pages and custom rightclick support.
cau anyone help me?
You will need to add javascript in case to make the table interactive with user actions
i prefer to use jQuery plugins to able you to do that. just create css classes and assign them in the datagrid columns then use jQuery to add the right click support and dockable rows.
If you have the budget Telerik RadGrid can do what you want and more. (You will also need RadDock for docking - they all are part of RadControls.)
Is there any open source that extends ASP.NET GridView, which allows Column order to be changed after it's rendered, raises a server side event when a Column is Dragged & Dopped ? I should be able to do this myself. I am wondering If there's any already.
Also, am just curious How long would it take for you to get this feature implemented.Just to know where I stand.
The GridView in .NET 3.0+ supports this feature, are you tied to an earlier release?
Component Art's grid has this functionality, but it s not open source
try jquery based flexigrid