PDA

View Full Version : Error when edit grid



Joy
8 Aug 2007, 10:57 PM
Hi,
First, sorry for my english)
I'm new in Ext library and I tried to use EditorGrid.
First 3 column I've locked like for "Excel freezing", so there's scrolling appeared, and when I try to edit some cell which is accessible only after I scroll, box with data for edit is appearing not in the right place ... see the screenshot...
Is this bug or feature?

http://piramida.tyumen.ru/editgriderror1.png

Joy
8 Aug 2007, 11:13 PM
this problem is in IE and Firefox,
in Opera I can see only BorderLayout, even table with data isnot shown

mystix
8 Aug 2007, 11:28 PM
8887

Joy
9 Aug 2007, 1:54 AM
1. Ext version - 1.0.1a
2. ext-base.js jQuery 1.1.2 + adapter)
3. OS RH linux
4. browser - testing sync on IE 6, Opera 9.22, FF 2



one more problem with locked rows (see attach)

Joy
9 Aug 2007, 3:22 AM
okay, I guess you guys got night right now, but I got day 5p.m)

I used jQuery as adapter for Ext, but now I tried native YUI and both problems disappeared!

old code (taken from Ext manual):


<!-- jQuery engine -->
<script type="text/javascript" src="/js/jquery/jquery-latest.js"></script>
<!-- jQuery plugins -->
<script type="text/javascript" src="/js/ext/adapter/jquery/jquery-plugins.js"></script>
<!-- Ext works on jQuery, so define correct adapter -->
<script type="text/javascript" src="/js/ext/adapter/jquery/ext-jquery-adapter.js"></script>

changed to:


<script type="text/javascript" src="/js/ext/adapter/yui/yui-utilities.js"></script>
<script type="text/javascript" src="/js/ext/adapter/yui/ext-yui-adapter.js"></script>


Do you know something about these promlems or maybe I need to use another jQuery adapter or smth ?..

Joy
10 Aug 2007, 3:32 AM
so the silence

mystix
10 Aug 2007, 5:04 AM
8887 - refer to section 2e ;)