|
Locked columns on a tree panel Locked columns on a tree panel
Hi,
If you take the treegrid example (ext/examples/tree/treegrid.js) and tell the first column to be locked, the sample no longer loads with the following error.
Uncaught TypeError: Cannot ...
Started by tomb@ibcos.co.uk on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at sencha):
Try this but don't trust it
Code: false,
store: store,
multiSelect: true,
singleExpand: ... .
columns: [{
xtype: 'treecolumn', //this is so we know which column will show the tree
text: 'TaskIt's not prepared to work with locked yet.
|
|
Unanswered: Alignment issue in the grid with locked columns Unanswered: Alignment issue in the grid with locked columns
Hi All,
I have a grid with paging. The first few columns in the gird is locked. And since the resutl set is big (lot of columns), I...
Started by webfriend13 on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
Originally Posted by scottmartin What version of ExtJS are you using? If you have not upgraded to 4.1, ... .
Regards,
Scott.
What version of ExtJS are you using? If you have not upgraded to 4.1, please do, as it has many fixes for scrolling related issues .
|
|
[4.1.0] Locked columns in infinite grid break scroll synchronization [4.1.0] Locked columns in infinite grid break scroll synchronization
REQUIRED INFORMATION
Ext version tested: Ext 4.1.0
Browser versions tested against: Chrome 18 FF11 (firebug 1.9.1...
Started by jchristen on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
Locked top infinite grid.jpg Spacer disappears....
If you inspect the locked grid, is the grid-spacer inspect the locked grid, is the grid-spacer above the actual grid? No, there isn't any spacer.
May be related to a bug I posted yesterday.
|
Ask your Facebook Friends
|
Given an n×n matrix of real numbers. You are allowed to erase any number (from 0 to n) of rows and any number (from 0 to n) of columns, and after that the sum of the remaining entries is computed. Come up with an algorithm which finds out which rows and...
Started by cseric on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
N^2)
While there are rows or columns that sum to negative remove the row or column that has/column you are affecting the sums of the other rows/columns and they may or may not have negative sums annealing :
Notation: C is....
|
|
We're using the standard ASP.net membership features that come with asp.net.
Certain accounts in our membership database have a "Locked Out" flag set to true - when/how does this happen?
Started by stringo0 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A configurable length of time (passwordAttemptWindow, default = 10 minutes), the account will be locked (or whatever "maxInvalidPasswordAttempts" is set to) with the wrong password the account gets locked out, FailedPasswordAttemptCount....
|
|
Hello,
I'm looking for a solution to access a DBF file and read the data, which is exclusive locked. The problem is, that I can't shutdown the master service and copy the database.
Is there any possibility to avoid these exclusive lock and read the data...
Started by Torben H. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you have access to the source code? I ask because the best way do manage to come up with a... .
If you containing many rows/columns).
"Exclusive lock" means exactly what it says - the file is locked for exclusive use.
You can't.
|
|
I have a UserControl with some predefined controls (groupbox,button,datagridview) on it, these controls are marked as protected and the components variable is also marked as protected.
I then want to inherit from this base UserControl to another UserControl...
Started by benPearce on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The DataGridView that you're trying to modify in the inherited control? It's columns? I've been able to do this by setting up a protected method in my base UserControl and passing the grid's column collection columns) { columns.Clear....
|
|
Locked column in infinite grid causes rows to disappear on page refresh
REQUIRED INFORMATION
Ext version tested: Ext 4.1 Browser versions tested against: Chrome 18 FF 10.0.2 Safari 4 Description: On a refresh event in an infinite grid with a locked column...
Started by gwallace on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
Event that causes it to repaint that column..
|
|
I need a grid that will allow me to freeze a column (the Ms Excel style). I do not need to freeze rows.
Of course the Asp.net 2.o Gridview does not supports this out of the box.
I am sure someone has had a similar requirement and had a way foward.
Please...
Started by Jangwenyi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(It's called "fixed columns" in that.) However, IG is very expensive and has a pretty the "unfrozen" columns in....
Bmerkey/examples/locked-column-csv.html
Here's a possibility:
<asp:GridView ID="gvFixed" runat support it.
|
|
[4.1.0] Odd Grid Behavior With Locked Column and Grouping [4.1.0] Odd Grid Behavior With Locked Column and Grouping
REQUIRED INFORMATION
Ext version tested: ExtJS 4.1.0 (19f55ab932145a3443b228045fa80950dfeaf9cc) Browser versions tested against: Chrome...
Started by ZachG on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
Originally Posted by ZachG I attempted to fix the spacer above locked grid issue by simply flipping possible fix Another possible....
This worked until I tried to load was.
The spacer above locked grid issue by simply flipping the DOM nodes.
|