Hi,
On the web page, I can see the element is as follow:
<span class="icon-checkbox checked" data-bind="checked: checked, click: $root.TableModel.RowSelectionModel.check, clickBubble:false, closeDropdownsOnClick"></span>
In the Local Variables of debugging windows, I can see it too. The value is {SpanTag:icon-checkbox checked}.
So I expect the class value is "icon-checkbox checked".
However if you look at the attachment. The class value is null.
I am wondering what is the problem?
Betty
Class attribute for SpanTag is missing
Class attribute for SpanTag is missing
- Attachments
-
- 2015-05-14_ClassAttributeIsMissing.png (54.35 KiB) Viewed 991 times
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Class attribute for SpanTag is missing
Hello Betty,
I think you had already a remote session with one of my colleagues.
I'm wondering if you also discussed the issue with him?
Regards,
Bernhard
I think you had already a remote session with one of my colleagues.
I'm wondering if you also discussed the issue with him?
Regards,
Bernhard
Re: Class attribute for SpanTag is missing
Hi Bernard,
I did have remote session with Jason. But i didn't ask this question. I figured out myself.
Actually in the table, there is a default first and last row presented even when there is no match found.
Those two empty rows don' t have attribute. I just missed that.
Thanks,
Betty
I did have remote session with Jason. But i didn't ask this question. I figured out myself.
Actually in the table, there is a default first and last row presented even when there is no match found.
Those two empty rows don' t have attribute. I just missed that.
Thanks,
Betty