0

id missing in grid template

asked 2013-11-25 06:50:52 +0800

keyevent gravatar image keyevent
2 2

updated 2013-12-10 08:09:12 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

hi

I am building a grid and using template

<template name="model">
    <row context="editPopup">

        <label id="status_${each.requestId}" value="${each.status}" />

    </row>
</template>

It is working well until I try to do sth with id. some rows does not have ids and page source code looks weird. however it does not affect the display

first 50 rows are correct:

['zul.wgt.Label','vN9Q97',{id:'status_69',style:'background-color:#33ccff;color:black',value:'Initial Request'},[]],

then comes the incorrect ones:

['zul.grid.Row','vN9Qr4',{_index:50},[
['zul.wgt.Label','vN9Qs4',{pre:true,value:' '},[]]]],

id and other cell info are gone but can be displayed correctly

I set row to false and change initrodsize but nothing changes

thank you

Li

delete flag offensive retag edit

Comments

Why are you using static ID here? Any Use of these ids?

sjoshi ( 2013-12-10 08:10:28 +0800 )edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-11-25 06:50:52 +0800

Seen: 7 times

Last updated: Dec 10 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More