Gridpanel is a User Interface Element that is used as a grouping control to define the behavior of various graphical controls and forms.

learn more… | top users | synonyms

0
votes
0answers
19 views

Export gridPanel to excel

I want to export my gridPanel to excel. I am using ext.net(Version 1.6) and vb.net code behind and i don't want to use any java script function. Please Take a look at this function. <script ...
1
vote
1answer
21 views

Place button on top of webView in GridPane

I want to create a refresh button for my webView that will be on top of the view (even if it hides part of the view), when I place the button on the Grid Pane it pushes the webView down or to the side ...
0
votes
0answers
27 views

GridPanel Ext HTML format

i am trying to add a gridpanel with the following code in EXT , but i don't know where to put it in the code var grid = new Ext.grid.GridPanel({ store: store, columns: [ {header: "NAME", ...
0
votes
0answers
27 views

Exporting GridPanel from Ext to Excel using VB

i got the code so far to try to export my gridpanel i Got this script in the file .ASP <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> ...
-3
votes
0answers
23 views

How can i export Gridpanel from EXT to Excel using VB in a simple way? [closed]

How can i export Gridpanel from EXT to Excel using VB in a simple way
1
vote
2answers
26 views

To select similar records from grid1(account) and grid2(group) simultaneously

I want to select similar records from grid1(account) and grid2(group) simultaneously. Scenario : For example say that if group 1 has account A and B and group 2 has account C,D and E. A user ...
0
votes
0answers
12 views

Text Selectable GridPanel in the last Google Chrome update

I'm a newbie in Ext JS 3. I have a GridPanel in my application. And I want that users can select and copy datas inside. And here is the moment when you say OMG ^^! It works with IE but not with Google ...
-2
votes
0answers
62 views

EXT 4.2 Multi-Level Row Grouping support for Grid [closed]

Anyone, who has worked on Multi-Grouping on the grid for Ext 4.2 Version. I know, there is one worked on 4.1 - http://www.sencha.com/forum/showthread.php?226739-MultiGrouping-and-MultiGroupingSummary ...
5
votes
1answer
52 views

Can I force JavaFX's GridPane to distribute space evenly?

I'm facing a bit of weird layout behaviour when using GirdPanes in JavaFX 2. While it usually seems to spread horizontal space evenly between multiple fields, it doesn't do so in some other cases. ...
0
votes
1answer
143 views

Ext js - passing grid value to tab/grid panel below

I'm back with another issue... I have a page that has a grid panel (with cell editing) on top and a tabbed panel beneath it with a call to different grid panels inside each tab... My problem is I'm ...
0
votes
1answer
70 views

the Loading… Message in Grid when there is no data. ExtJs Grid

In my application, when there are no records on DB, the json i am receiving is as below. JSON Message: {"totalCount":0,"responseObject":[]} But in the grid the Loading... mask is not going off. It ...
0
votes
1answer
131 views

Updating GridPanel Cell(ComboBox) based on another Cell(Combobox), Both the cell belongs to the same column?

As the subject specifies, i have a GridPanel with a ComboBox as a cell to one of the column. By default each cell containing the ComboBox have the selected item as current rownumber, user has the ...
1
vote
2answers
152 views

How to get the value of the checked radiobutton in wpf

ok so I got 4 radiobuttons in Grid panel and first of all when I do: <GroupBox x:Name="radioButtons"> <RadioButton Content="1" Height="16" HorizontalAlignment="Left" ...
0
votes
0answers
32 views

How to access gridpanel from controller to save grid data to database

I have a gridpanel and I want to update the data in the grid to a database, but I am not able to access the grid in my controller so that I can proceed and update the database in the database.
0
votes
0answers
10 views

How search features in Ext.grid.EditorGridPanel?

I have mapPanel with Ext.grid.EditorGridPanel and vector layer as here: http://suite.opengeo.org/recipes/#app... How make search features in Ext.grid.EditorGridPanel?
0
votes
0answers
30 views

How add for column list(menu) of values in Ext.grid.EditorGridPanel?

I have http://suite.opengeo.org/recipes/#app... and i need add for column list(menu) of values?
0
votes
0answers
122 views

ExtJS 3.2.0: adding GridPanel features to existing HTML table

I'm just getting started with ExtJS, and using version 3.2.0, mainly because it has an example of creating a grid from an existing HTML table: "Grid From Markup". The functionality I really want is ...
0
votes
1answer
181 views

Extjs gridpanel performance issue with local data

I am working on a grid that users may load xml file and do editing via grid panel. It works well with around 200 rows. However some users may want to load 50000 records at a time. When I try to load ...
0
votes
1answer
48 views

some questions about Extjs 4.0.7

I want to implement a dynamic column in grid panel, how can I do it? I used Extjs 4.0.7: var result = Ext.JSON.decode(response.responseText); store.model.setFields(result.fields); ...
1
vote
0answers
191 views

EXTJS Change default behaviour of the GridPanel row selection

I have a gridPanel based on EXT4. When I select a particular row, the row highlighting works based on the "id" given to the particular row. How do I change the default implementation to something to ...
1
vote
1answer
219 views

Extjs rowEditing rownumberer, rownumbers are always 0

I use extjs grid panel with rowediting plugin and have rownumberer column on it. With a button, I add a new row to the top of the grid. In the edit mode, rownumbers are correct. However when I quit ...
0
votes
2answers
911 views

Extjs mvc add record to grid panel

first I thought it is a simple problem however I could not solve it anyway. I have a extjs gridpanel, its store and model. From controller, I can insert new records to store, when I use firebug and ...
0
votes
0answers
181 views

Extjs 3.4. Reinit/rebuild gridPanel on buttonclick

I have a GridPanel And some other components which are controlled by this Grid. There is a button which resets grid view to some 'default' state. It resetting such things as : Visible/hidden columns ...
0
votes
2answers
390 views

JavaFX - Get GridPane to fit parent

I have a simple GridPane showing a couple of labels and a button, but I cannot seem to get it to fit the parent StackPane. How would I go forth and make it so that it fills whatever container it is ...
0
votes
0answers
82 views

extjs showing grey background without any css defined

I have extjs grid like this: var grid = new FlexGridPanel({ renderTo: 'someDiv', frame: false, columnLines: true, stripeRows: true, title: '<spring:message javaScriptEscape="true" ...
2
votes
1answer
144 views

prevent keyboard multiselect for gridpanels

I want a single select grid, at first I did not include any selection model configuration because that is the default. This works fine for mouse selections but if I key SHIFT + END it selects all ...
1
vote
1answer
446 views

How to populate an Ext.data.TreeStore without children or leaf information?

I have a service that returns an array of Things. A Thing simply has an id and a name. I want to load these into an Ext.tree.Panel. For now, I've defined a data store that mimics a typical response ...
1
vote
2answers
273 views

How to get only deleted records from an Ext js Grid store?

I have a grid store and I am able to get modified data using var modifiedData = store.getModifiedData(); Now I want to get deleted records (I am using ExtJs 3). I tried using var deletedData = ...
0
votes
1answer
157 views

Extjs Grid scroll dons't work after application running while

I am developing an application using Extjs. In the application, I has a grid on the viewport. For reasons, I need to add record to the grid very often(maybe few times per second). When the grid ...
0
votes
1answer
291 views

extjs 4 How to change ordering of shown column dropdown on grid

Using extjs 4.1.1 I have a grid with lots of columns >20. Initially, most of these columns are hidden. If a user wants to unhide the column, they select the menu on any column, then select the ...
2
votes
0answers
287 views

Ext.net dynamic gridPanel reading from an httpHandler

I am adding a dynamic grid to a view port on click of a button the data in the store is from an ajax proxy , I am using the same code as in ...
0
votes
1answer
762 views

ExtJS GridPanel data tooltip

I want to add tooltip to my gridpanel's data. I want to put map on tooltip panel, I got it, but my static map's width is 600px, it overflows from tooltip's panel. I used below code, it works fine, but ...
2
votes
1answer
592 views

container control as a grid editor does not update values

So I have a grid with two columns, the first has just text, the second needs to have a custom control (with a checkbox and a combo box) Check the screenie: Here is a link to a screenie: The ...
1
vote
2answers
3k views

Extjs Grid - Click event listener

I did successfully add a row double click event listener to my grid by: listeners : { itemdblclick: function(dv, record, item, index, e) { alert('working'); } }, Now, I need to get ...
0
votes
0answers
82 views

How to add a gridpanel into a tabpanel in extjs2.0?

My extjs edition is 2.0, and I defined a TabPanel as follows: var tabs = new Ext.TabPanel({ applyTo : 'grid-div', activeTab : 0, enableTabScroll: true, border: false, items :[{ closable: true, ...
0
votes
1answer
285 views

Extjs 4 why is hiding of all hideable columns not allowed?

I noticed that a user cannot hide all columns in a gridpanel. It seems that the grid must at least display one column. I can imagine this is a nice feature, but it doesn't work quite as I expected ...
0
votes
0answers
131 views

How do I correctly apply Ext.FX effects to extJS 2.2 grid cells?

I'm currently involved into a modification process of a project based on extJS 2.2 (unfortunately bound to this version) and experience problems when trying to apply certain Ext.FX effects to data ...
0
votes
1answer
139 views

ExtJS - gridpanel all check

I have a question... If you know this, please write reple... When I click the most up check button - common check button, all items checked or unchecked in gridpanel... Is it possible? If you don't ...
0
votes
1answer
277 views

remote save onblur after edit using Ext.grid.plugin.CellEditing

I need to send the request (the store is using a restproxy) to my server onblur. I already have the save method working calling this from a button. This is my cellEditing var cellEditing = ...
1
vote
1answer
369 views

How to make nested JavaFX GridPanes layout correctly?

Context: I am building a JavaFX application with java1.7.0_07 and Jython. My application has a ScrollPane that contains a GridPane that contains a variable number of GridPanes. My application ...
0
votes
1answer
1k views

PrimeFaces ui repeat + infinite scrolling

I have a primefaces "grid panel" template and i'm filling it's columns from database via java classes. And i've to show lots of clones of that panel but surely they full with different info. For ...
0
votes
0answers
213 views

Change the row height of grid in Extjs Razor

Iam having terrrible problem with Extjs Razor. I cant change the rows height. Default row height is pretty wide I dont know why. I tried to add css but it didnt help.In examples on sencha I see that ...
1
vote
1answer
964 views

How can get Value by name in GridPanel Ext.net Razor

I try to get value from GridPanel in Ext.net using Javascript, I use Hanlder to call gaSelectBind() in Javascript Function but it Return [object NodeList]. <script type="text/javascript"> ...
0
votes
2answers
281 views

How to fill a GridPanel with data from a database with Ext.Net?

I found this example but am completely new to this and so it is too advanced for me... I understand what's going on in the view, but how and where am I supposed to actually connect to the database, ...
1
vote
0answers
782 views

EXT.net - Grid Panel via Entity with DropDowns, Dates, Pin Editing and Deletion

Title sounds like a real mouthful, so let me try to explain this. I'm very strong with grinding out Web Forms and this is my second crack at using a framework and MVC (don't ask about the first one). ...
3
votes
1answer
960 views

Is it possible to show more than one summary row in gridpanel of extjs?

Following is my code to show a grid panel with total cost summary. In that i want to show another summary row with average. So any help? Ext.require(['Ext.data.*', 'Ext.grid.*']); ...
0
votes
0answers
531 views

how to hide column in refresh listener of viewConfig of gridpanel in extjs without loosing data of hidden columns?

i have grid panel. i want to dynamically show /hide the specific column. the code is as follows schemeProgressGrid = Ext.create('Ext.grid.Panel', { store: schemeProgressGridStore, height: ...
2
votes
1answer
340 views

c# mvc4 Ext.Net.MVC.StoreResult don't return valid result

I create StoreResult controller in MVC4 + EXT.NET library project for response to JsonReader() in GridPanel(). My controller return string Ext.Net.MVC.StoreResult instead json data. I create project ...
1
vote
1answer
386 views

javafx gridpane - how to center elements

i have a gridpane filled with 1-letter-labels. here is an image: int charSpacing = 1; int charsInWidth = 28; int charsInHeight = 16; double charWidth = 15; double charHeight = 20; GridPane gp = new ...
-2
votes
1answer
613 views

Rendering the last column of Grid panel Ext.Net

1) In some cases the last column of Grid panel do not render correctly. Please take a look at the following image. What is the problem? Here are the markup codes: <ext:Panel ...

1 2 3 4