Jump to content

В DBTreeGrid получить AbsolitIndex записи


OlegTimkiv

Recommended Posts

4 hours ago, OlegTimkiv said:

Добрый день! Подскажите пожалуйста,  в DBTreeGrid как получить AbsolitIndex записи? 

Добрый вечер!

Простите, для какой цели Вы хотите это использовать ?

Link to comment
Share on other sites

On 1/21/2019 at 10:35 PM, Sherzod said:

Добрый вечер!

Простите, для какой цели Вы хотите это использовать ?

Ext.tree.Panel.addMembers({
    selectPathById: function(id){
        var me = this,
            node = me.getStore().getNodeById(id);
        if(node){
            me.selectPath(node.getPath());
        }
    }
});

 

procedure TMainForm.UniButton3Click(Sender: TObject);
begin
  GRD.JSInterface.JSCall('selectPathById', [2-1]); 
end;    	

При проставлении checkbox в группе. Хочу запомнить absolitIndex. и открыть нужную группу.   

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...