<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8034707056574245617.post4262285146846103966..comments</id><updated>2010-01-12T20:23:30.140-05:00</updated><title type='text'>Comments on Ext JS with Rails: Ext.ux.RowWithCellSelectionModel</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.extjswithrails.com/feeds/4262285146846103966/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html'/><author><name>Steffen Hiller</name><uri>http://www.blogger.com/profile/04810135337219418093</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-3860212932679069990</id><published>2009-03-05T05:50:00.000-05:00</published><updated>2009-03-05T05:50:00.000-05:00</updated><title type='text'>This SelectionModel is great; exactly what i neede...</title><summary type='text'>This SelectionModel is great; exactly what i needed.&lt;BR/&gt;&lt;BR/&gt;I've found the following bug:&lt;BR/&gt;I have an EditorGridPanel with a PaggingToolBar boath bind to a store.&lt;BR/&gt;When initially rendered, my grid shows 2 rows loaded via the store from the server.&lt;BR/&gt;&lt;BR/&gt;To reproduce the bug:&lt;BR/&gt;&lt;BR/&gt;I add a 3td row (clicking a button that executes grid.store.add() method) and select a cell of the new </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/3860212932679069990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/3860212932679069990'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1236250200000#c3860212932679069990' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-7237532275154111022</id><published>2009-02-17T16:48:00.000-05:00</published><updated>2009-02-17T16:48:00.000-05:00</updated><title type='text'>Thanks for the info, Grzegorz!I assume that it was...</title><summary type='text'>Thanks for the info, Grzegorz!&lt;BR/&gt;&lt;BR/&gt;I assume that it was added with Ext 2.2, and I only tested and used it with 2.1.&lt;BR/&gt;&lt;BR/&gt;I'll try to fix that (as soon as I have time).&lt;BR/&gt;&lt;BR/&gt;Thanks,&lt;BR/&gt;Steffen</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/7237532275154111022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/7237532275154111022'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1234907280000#c7237532275154111022' title=''/><author><name>Steffen Hiller</name><uri>http://www.blogger.com/profile/04810135337219418093</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13877413348971913896'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-3137891832919865809</id><published>2009-02-17T16:32:00.000-05:00</published><updated>2009-02-17T16:32:00.000-05:00</updated><title type='text'>I've found some small bug in your implementation. ...</title><summary type='text'>I've found some small bug in your implementation. In standard RowSelectionModel, in Ext 2.2.1, the method initEvents ends with registration of three listeners on GridView: &lt;BR/&gt;view.on("refresh", this.onRefresh, this);&lt;BR/&gt;view.on("rowupdated", this.onRowUpdated, this);&lt;BR/&gt;view.on("rowremoved", this.onRemove, this);&lt;BR/&gt;In your implementation you have only "rowupdated" listener registered in the</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/3137891832919865809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/3137891832919865809'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1234906320000#c3137891832919865809' title=''/><author><name>Grzegorz Borkowski</name><uri>http://www.blogger.com/profile/16063009050017401077</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-1229842205695850956</id><published>2008-09-30T04:51:00.000-04:00</published><updated>2008-09-30T04:51:00.000-04:00</updated><title type='text'>Nice work. Thanks for sharing.</title><summary type='text'>Nice work. Thanks for sharing.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/1229842205695850956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/1229842205695850956'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1222764660000#c1229842205695850956' title=''/><author><name>Maxence</name><uri>http://www.blogger.com/profile/00160868089592112412</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-7412149538605779080</id><published>2008-07-27T08:26:00.000-04:00</published><updated>2008-07-27T08:26:00.000-04:00</updated><title type='text'>Hi Steffen,Thanks for the great post, I am trying ...</title><summary type='text'>Hi Steffen,&lt;BR/&gt;&lt;BR/&gt;Thanks for the great post, I am trying it out but since I am at a learning stage, I have to ask a stupid question, where do I put the usage javascript code and how do I implement the view?&lt;BR/&gt;&lt;BR/&gt;Thanks!</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/7412149538605779080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/7412149538605779080'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1217161560000#c7412149538605779080' title=''/><author><name>Songa</name><uri>http://www.blogger.com/profile/01725457475746699951</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-3915090552469526224</id><published>2008-07-03T19:48:00.000-04:00</published><updated>2008-07-03T19:48:00.000-04:00</updated><title type='text'>Hey,grid.getSelectionModel().selection for cell,gr...</title><summary type='text'>Hey,&lt;BR/&gt;&lt;BR/&gt;grid.getSelectionModel().selection for cell,&lt;BR/&gt;grid.getSelectionModel().selections for row(s).&lt;BR/&gt;&lt;BR/&gt;There exists a getter method for selections which is getSelections(), maybe a getSelection() should be added by me sometime which conforms with the ext js standard. But accessing the properties directly should do it for now.&lt;BR/&gt;&lt;BR/&gt;Regards,&lt;BR/&gt;Steffen</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/3915090552469526224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/3915090552469526224'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1215128880000#c3915090552469526224' title=''/><author><name>Steffen Hiller</name><uri>http://www.blogger.com/profile/04810135337219418093</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13877413348971913896'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8034707056574245617.post-2995968597044270115</id><published>2008-07-03T19:35:00.000-04:00</published><updated>2008-07-03T19:35:00.000-04:00</updated><title type='text'>This is something that I was looking for. Though h...</title><summary type='text'>This is something that I was looking for. Though how do I get getSelectedCell() equivalent for your extension.&lt;BR/&gt;&lt;BR/&gt;Basically I would want to get the selected rows, do the deletion on the server side and then delete the rows in the EditorGridPanel.&lt;BR/&gt;&lt;BR/&gt;Thanks !</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/2995968597044270115'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8034707056574245617/4262285146846103966/comments/default/2995968597044270115'/><link rel='alternate' type='text/html' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html?showComment=1215128100000#c2995968597044270115' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html' ref='tag:blogger.com,1999:blog-8034707056574245617.post-4262285146846103966' source='http://www.blogger.com/feeds/8034707056574245617/posts/default/4262285146846103966' type='text/html'/></entry></feed>